Html Css Color HEX #3264CC Cerulean Blue

📋 copy color: '#3264CC'

red 50 ◦ green 100 ◦ blue 204

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

Shades of Cerulean Blue #3264CC

Tints of Cerulean Blue #3264CC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 57.63%

R = 14.12%
G = 28.25%
B = 57.63%

CMYK

 C value IS 0.75

 M value IS 0.51

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#3264CC (or 0x3264CC) is known color: Cerulean Blue. HEX triplet: 32, 64 and CC. RGB value is (50,100,204). Sum of RGB (Red+Green+Blue) = 50+100+204=354 (46% of max value = 765). Red value is 50 (19.92% from 255 or 14.12% from 354); Green value is 100 (39.45% from 255 or 28.25% from 354); Blue value is 204 (80.08% from 255 or 57.63% from 354); Max value from RGB is 204 - color contains mainly: blue. Hex color #3264CC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3264CC is #CD9B33. Grayscale: #606060. Windows color (decimal): -13474612 or 13394994. OLE color: 13394994.

HSL color Cylindrical-coordinate representation of color #3264CC: hue angle of 220.52º degrees, saturation: 0.61, 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 #3264CC is Cyan = 0.75, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 50 100 204 -
CMYK 0.75 0.51 0 0.2
HSL 220.52º 0.61% 0.5% -
HSV(B) 220.52º 0.75% 0.8% -
XYZ 16.77 14.15 58.97 -
YUV 96.91 188.44 94.54 -
System Red Green Blue C M Y K H S L
Decimal 50 100 204 0.75 0.51 0 0.2 220.52 0.61 0.5
Hex 32 64 CC 4B 33 0 14 DD 3D 32
Octal 62 144 314 113 63 0 24 335 75 62
Binary 110010 1100100 11001100 1001011 110011 0 10100 11011101 111101 110010

Color Harmonies of #3264CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3264CC

Black with #3264CC

Text Example


Text Example

White with #3264CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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