Html Css Color HEX #3264CB Cerulean Blue

📋 copy color: '#3264CB'

red 50 ◦ green 100 ◦ blue 203

#3264CB
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Cerulean Blue #3264CB

Tints of Cerulean Blue #3264CB

RGB

 RED value IS 50 (19.92% from 255) = 14.16%

 GREEN value IS 100 (39.45% from 255) = 28.33%

 BLUE value IS 203 (79.69% from 255) = 57.51%

R = 14.16%
G = 28.33%
B = 57.51%

CMYK

 C value IS 0.75

 M value IS 0.51

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#3264CB (or 0x3264CB) is known color: Cerulean Blue. HEX triplet: 32, 64 and CB. RGB value is (50,100,203). Sum of RGB (Red+Green+Blue) = 50+100+203=353 (46% of max value = 765). Red value is 50 (19.92% from 255 or 14.16% from 353); Green value is 100 (39.45% from 255 or 28.33% from 353); Blue value is 203 (79.69% from 255 or 57.51% from 353); Max value from RGB is 203 - color contains mainly: blue. Hex color #3264CB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3264CB is #CD9B34. Grayscale: #606060. Windows color (decimal): -13474613 or 13329458. OLE color: 13329458.

HSL color Cylindrical-coordinate representation of color #3264CB: hue angle of 220.39º degrees, saturation: 0.6, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3264CB is Cyan = 0.75, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 50 100 203 -
CMYK 0.75 0.51 0 0.20
HSL 220.39º 0.6% 0.5% -
HSV(B) 220.39º 0.75% 0.8% -
XYZ 16.65 14.1 58.34 -
YUV 96.79 187.94 94.62 -
System Red Green Blue C M Y K H S L
Decimal 50 100 203 0.75 0.51 0 0.20 220.39 0.6 0.5
Hex 32 64 CB 4B 33 0 14 DC 3C 32
Octal 62 144 313 113 63 0 24 334 74 62
Binary 110010 1100100 11001011 1001011 110011 0 10100 11011100 111100 110010

Color Harmonies of #3264CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3264CB

Black with #3264CB

Text Example


Text Example

White with #3264CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3264CB; }

 p { color: rgb(50,100,203); }

 H1.HeaderClassName
 {
   color: #3264CB;
 }
 .AnyTagClassName
 {
   color: #3264CB;
 }
</style>

background-color css

<style>
 a { background-color: #3264CB; }

 a { background-color: rgb(50,100,203); }

 div.DivClassName
 {
   background-color: #3264CB;
 }
 .BgClassName
 {
   background-color: #3264CB;
 }
</style>

border-color css

<style>
 span { border-color: #3264CB; }

 span { border-color: rgb(50,100,203); }

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