Html Css Color HEX #335DB6 Cerulean Blue

📋 copy color: '#335DB6'

red 51 ◦ green 93 ◦ blue 182

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

Shades of Cerulean Blue #335DB6

Tints of Cerulean Blue #335DB6

RGB

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

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

 BLUE value IS 182 (71.48% from 255) = 55.83%

R = 15.64%
G = 28.53%
B = 55.83%

CMYK

 C value IS 0.72

 M value IS 0.49

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#335DB6 (or 0x335DB6) is known color: Cerulean Blue. HEX triplet: 33, 5D and B6. RGB value is (51,93,182). Sum of RGB (Red+Green+Blue) = 51+93+182=326 (43% of max value = 765). Red value is 51 (20.31% from 255 or 15.64% from 326); Green value is 93 (36.72% from 255 or 28.53% from 326); Blue value is 182 (71.48% from 255 or 55.83% from 326); Max value from RGB is 182 - color contains mainly: blue. Hex color #335DB6 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #335DB6 is #CCA249. Grayscale: #5A5A5A. Windows color (decimal): -13410890 or 11951411. OLE color: 11951411.

HSL color Cylindrical-coordinate representation of color #335DB6: hue angle of 220.76º degrees, saturation: 0.56, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #335DB6 is Cyan = 0.72, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 51 93 182 -
CMYK 0.72 0.49 0 0.29
HSL 220.76º 0.56% 0.46% -
HSV(B) 220.76º 0.72% 0.71% -
XYZ 13.72 11.91 45.83 -
YUV 90.59 179.59 99.76 -
System Red Green Blue C M Y K H S L
Decimal 51 93 182 0.72 0.49 0 0.29 220.76 0.56 0.46
Hex 33 5D B6 48 31 0 1D DD 38 2E
Octal 63 135 266 110 61 0 35 335 70 56
Binary 110011 1011101 10110110 1001000 110001 0 11101 11011101 111000 101110

Color Harmonies of #335DB6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #335DB6

Black with #335DB6

Text Example


Text Example

White with #335DB6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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