Html Css Color HEX #3362CC Cerulean Blue

📋 copy color: '#3362CC'

red 51 ◦ green 98 ◦ blue 204

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

Shades of Cerulean Blue #3362CC

Tints of Cerulean Blue #3362CC

RGB

 RED value IS 51 (20.31% from 255) = 14.45%

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

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

R = 14.45%
G = 27.76%
B = 57.79%

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

#3362CC (or 0x3362CC) is known color: Cerulean Blue. HEX triplet: 33, 62 and CC. RGB value is (51,98,204). Sum of RGB (Red+Green+Blue) = 51+98+204=353 (46% of max value = 765). Red value is 51 (20.31% from 255 or 14.45% from 353); Green value is 98 (38.67% from 255 or 27.76% from 353); Blue value is 204 (80.08% from 255 or 57.79% from 353); Max value from RGB is 204 - color contains mainly: blue. Hex color #3362CC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3362CC is #CC9D33. Grayscale: #5F5F5F. Windows color (decimal): -13409588 or 13394483. OLE color: 13394483.

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

Color convert

RGB 51 98 204 -
CMYK 0.75 0.52 0 0.2
HSL 221.57º 0.6% 0.5% -
HSV(B) 221.57º 0.75% 0.8% -
XYZ 16.63 13.8 58.91 -
YUV 96.03 188.93 95.88 -
System Red Green Blue C M Y K H S L
Decimal 51 98 204 0.75 0.52 0 0.2 221.57 0.6 0.5
Hex 33 62 CC 4B 34 0 14 DE 3C 32
Octal 63 142 314 113 64 0 24 336 74 62
Binary 110011 1100010 11001100 1001011 110100 0 10100 11011110 111100 110010

Color Harmonies of #3362CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3362CC

Black with #3362CC

Text Example


Text Example

White with #3362CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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