Html Css Color HEX #335DCB Cerulean Blue

📋 copy color: '#335DCB'

red 51 ◦ green 93 ◦ blue 203

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

Shades of Cerulean Blue #335DCB

Tints of Cerulean Blue #335DCB

RGB

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

 GREEN value IS 93 (36.72% from 255) = 26.8%

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

R = 14.7%
G = 26.8%
B = 58.5%

CMYK

 C value IS 0.75

 M value IS 0.54

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#335DCB (or 0x335DCB) is known color: Cerulean Blue. HEX triplet: 33, 5D and CB. RGB value is (51,93,203). Sum of RGB (Red+Green+Blue) = 51+93+203=347 (45% of max value = 765). Red value is 51 (20.31% from 255 or 14.70% from 347); Green value is 93 (36.72% from 255 or 26.80% from 347); Blue value is 203 (79.69% from 255 or 58.50% from 347); Max value from RGB is 203 - color contains mainly: blue. Hex color #335DCB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #335DCB is #CCA234. Grayscale: #5C5C5C. Windows color (decimal): -13410869 or 13327667. OLE color: 13327667.

HSL color Cylindrical-coordinate representation of color #335DCB: hue angle of 223.42º 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 #335DCB is Cyan = 0.75, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 51 93 203 -
CMYK 0.75 0.54 0 0.20
HSL 223.42º 0.6% 0.5% -
HSV(B) 223.42º 0.75% 0.8% -
XYZ 16.06 12.84 58.13 -
YUV 92.98 190.09 98.06 -
System Red Green Blue C M Y K H S L
Decimal 51 93 203 0.75 0.54 0 0.20 223.42 0.6 0.5
Hex 33 5D CB 4B 36 0 14 DF 3C 32
Octal 63 135 313 113 66 0 24 337 74 62
Binary 110011 1011101 11001011 1001011 110110 0 10100 11011111 111100 110010

Color Harmonies of #335DCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #335DCB

Black with #335DCB

Text Example


Text Example

White with #335DCB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #335DCB; }

 p { color: rgb(51,93,203); }

 H1.HeaderClassName
 {
   color: #335DCB;
 }
 .AnyTagClassName
 {
   color: #335DCB;
 }
</style>

background-color css

<style>
 a { background-color: #335DCB; }

 a { background-color: rgb(51,93,203); }

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

border-color css

<style>
 span { border-color: #335DCB; }

 span { border-color: rgb(51,93,203); }

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