Html Css Color HEX #335DB9 Cerulean Blue

📋 copy color: '#335DB9'

red 51 ◦ green 93 ◦ blue 185

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

Shades of Cerulean Blue #335DB9

Tints of Cerulean Blue #335DB9

RGB

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

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

 BLUE value IS 185 (72.66% from 255) = 56.23%

R = 15.5%
G = 28.27%
B = 56.23%

CMYK

 C value IS 0.72

 M value IS 0.50

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#335DB9 (or 0x335DB9) is known color: Cerulean Blue. HEX triplet: 33, 5D and B9. RGB value is (51,93,185). Sum of RGB (Red+Green+Blue) = 51+93+185=329 (43% of max value = 765). Red value is 51 (20.31% from 255 or 15.50% from 329); Green value is 93 (36.72% from 255 or 28.27% from 329); Blue value is 185 (72.66% from 255 or 56.23% from 329); Max value from RGB is 185 - color contains mainly: blue. Hex color #335DB9 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #335DB9 is #CCA246. Grayscale: #5A5A5A. Windows color (decimal): -13410887 or 12148019. OLE color: 12148019.

HSL color Cylindrical-coordinate representation of color #335DB9: hue angle of 221.19º degrees, saturation: 0.57, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #335DB9 is Cyan = 0.72, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 51 93 185 -
CMYK 0.72 0.50 0 0.27
HSL 221.19º 0.57% 0.46% -
HSV(B) 221.19º 0.72% 0.73% -
XYZ 14.04 12.04 47.48 -
YUV 90.93 181.09 99.52 -
System Red Green Blue C M Y K H S L
Decimal 51 93 185 0.72 0.50 0 0.27 221.19 0.57 0.46
Hex 33 5D B9 48 32 0 1B DD 39 2E
Octal 63 135 271 110 62 0 33 335 71 56
Binary 110011 1011101 10111001 1001000 110010 0 11011 11011101 111001 101110

Color Harmonies of #335DB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #335DB9

Black with #335DB9

Text Example


Text Example

White with #335DB9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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