Html Css Color HEX #3355C0 Cerulean Blue

📋 copy color: '#3355C0'

red 51 ◦ green 85 ◦ blue 192

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

Shades of Cerulean Blue #3355C0

Tints of Cerulean Blue #3355C0

RGB

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

 GREEN value IS 85 (33.59% from 255) = 25.91%

 BLUE value IS 192 (75.39% from 255) = 58.54%

R = 15.55%
G = 25.91%
B = 58.54%

CMYK

 C value IS 0.73

 M value IS 0.56

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#3355C0 (or 0x3355C0) is known color: Cerulean Blue. HEX triplet: 33, 55 and C0. RGB value is (51,85,192). Sum of RGB (Red+Green+Blue) = 51+85+192=328 (43% of max value = 765). Red value is 51 (20.31% from 255 or 15.55% from 328); Green value is 85 (33.59% from 255 or 25.91% from 328); Blue value is 192 (75.39% from 255 or 58.54% from 328); Max value from RGB is 192 - color contains mainly: blue. Hex color #3355C0 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3355C0 is #CCAA3F. Grayscale: #565656. Windows color (decimal): -13412928 or 12604723. OLE color: 12604723.

HSL color Cylindrical-coordinate representation of color #3355C0: hue angle of 225.53º degrees, saturation: 0.58, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #3355C0 is Cyan = 0.73, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 51 85 192 -
CMYK 0.73 0.56 0 0.25
HSL 225.53º 0.58% 0.48% -
HSV(B) 225.53º 0.73% 0.75% -
XYZ 14.13 11.01 51.25 -
YUV 87.03 187.24 102.3 -
System Red Green Blue C M Y K H S L
Decimal 51 85 192 0.73 0.56 0 0.25 225.53 0.58 0.48
Hex 33 55 C0 49 38 0 19 E2 3A 30
Octal 63 125 300 111 70 0 31 342 72 60
Binary 110011 1010101 11000000 1001001 111000 0 11001 11100010 111010 110000

Color Harmonies of #3355C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3355C0

Black with #3355C0

Text Example


Text Example

White with #3355C0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3355C0; }

 p { color: rgb(51,85,192); }

 H1.HeaderClassName
 {
   color: #3355C0;
 }
 .AnyTagClassName
 {
   color: #3355C0;
 }
</style>

background-color css

<style>
 a { background-color: #3355C0; }

 a { background-color: rgb(51,85,192); }

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

border-color css

<style>
 span { border-color: #3355C0; }

 span { border-color: rgb(51,85,192); }

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