#3243CA

Color #3243CA Cerulean Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cerulean Blue #3243CA

Tints of Cerulean Blue #3243CA

Color information

#3243CA (or 0x3243CA) is unknown color: approx Cerulean Blue. HEX triplet: 32, 43 and CA. RGB value is (50,67,202). Sum of RGB (Red+Green+Blue) = 50+67+202=319 (42% of max value = 765). Red value is 50 (19.92% from 255 or 15.67% from 319); Green value is 67 (26.56% from 255 or 21.00% from 319); Blue value is 202 (79.30% from 255 or 63.32% from 319); Max value from RGB is 202 - color contains mainly: blue. Hex color #3243CA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3243CA is #CDBC35. Grayscale: #4C4C4C. Windows color (decimal): -13483062 or 13255474. OLE color: 13255474.

HSL color Cylindrical-coordinate representation of color #3243CA: hue angle of 233.29º degrees, saturation: 0.6, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3243CA is Cyan = 0.75, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB5067202-
CMYK0.750.6700.21
HSL233.29º60.32%49.41%-
HSV(B)233.29º75.25%79.22%-
XYZ13.988.9656.87-
YUV77.31198.37108.52-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 50 (19.92% from 255) = 15.67%
GREEN value IS 67 (26.56% from 255) = 21.00%
BLUE value IS 202 (79.30% from 255) = 63.32%
R=15.67%
G=21.00%
B=63.32%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal50672020.750.6700.21233.2960.3249.41
Hex3243CA4B43015e93c31
Octal621033121131030253517461
Binary1100101000011110010101001011100001101010111101001111100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3243CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3243CA; }

 p { color: rgb(50,67,202); }

 H1.HeaderClassName
 {
   color: #3243CA;
 }
 .AnyTagClassName
 {
   color: #3243CA;
 }
</style>
background-color css

<style>
 a { background-color: #3243CA; }

 a { background-color: rgb(50,67,202); }

 div.DivClassName
 {
   background-color: #3243CA;
 }
 .BgClassName
 {
   background-color: #3243CA;
 }
</style>
border-color css

<style>
 span { border-color: #3243CA; }

 span { border-color: rgb(50,67,202); }

 td.TdClassName
 {
   border-color: #3243CA;
 }
 .TagClassName
 {
   border-color: #3243CA;
 }
</style>