Html Css Color HEX #3262CC Cerulean Blue

📋 copy color: '#3262CC'

red 50 ◦ green 98 ◦ blue 204

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

Shades of Cerulean Blue #3262CC

Tints of Cerulean Blue #3262CC

RGB

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

 GREEN value IS 98 (38.67% from 255) = 27.84%

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

R = 14.2%
G = 27.84%
B = 57.95%

CMYK

 C value IS 0.75

 M value IS 0.52

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#3262CC (or 0x3262CC) is known color: Cerulean Blue. HEX triplet: 32, 62 and CC. RGB value is (50,98,204). Sum of RGB (Red+Green+Blue) = 50+98+204=352 (46% of max value = 765). Red value is 50 (19.92% from 255 or 14.20% from 352); Green value is 98 (38.67% from 255 or 27.84% from 352); Blue value is 204 (80.08% from 255 or 57.95% from 352); Max value from RGB is 204 - color contains mainly: blue. Hex color #3262CC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3262CC is #CD9D33. Grayscale: #5F5F5F. Windows color (decimal): -13475124 or 13394482. OLE color: 13394482.

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

Color convert

RGB 50 98 204 -
CMYK 0.75 0.52 0 0.2
HSL 221.3º 0.61% 0.5% -
HSV(B) 221.3º 0.75% 0.8% -
XYZ 16.58 13.77 58.91 -
YUV 95.73 189.1 95.38 -
System Red Green Blue C M Y K H S L
Decimal 50 98 204 0.75 0.52 0 0.2 221.3 0.61 0.5
Hex 32 62 CC 4B 34 0 14 DD 3D 32
Octal 62 142 314 113 64 0 24 335 75 62
Binary 110010 1100010 11001100 1001011 110100 0 10100 11011101 111101 110010

Color Harmonies of #3262CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3262CC

Black with #3262CC

Text Example


Text Example

White with #3262CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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