Html Css Color HEX #335DB8 Cerulean Blue

📋 copy color: '#335DB8'

red 51 ◦ green 93 ◦ blue 184

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

Shades of Cerulean Blue #335DB8

Tints of Cerulean Blue #335DB8

RGB

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

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

 BLUE value IS 184 (72.27% from 255) = 56.1%

R = 15.55%
G = 28.35%
B = 56.1%

CMYK

 C value IS 0.72

 M value IS 0.49

 Y value IS 0

 K value IS 0.28

RGB Variations

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

Color information

#335DB8 (or 0x335DB8) is known color: Cerulean Blue. HEX triplet: 33, 5D and B8. RGB value is (51,93,184). Sum of RGB (Red+Green+Blue) = 51+93+184=328 (43% of max value = 765). Red value is 51 (20.31% from 255 or 15.55% from 328); Green value is 93 (36.72% from 255 or 28.35% from 328); Blue value is 184 (72.27% from 255 or 56.10% from 328); Max value from RGB is 184 - color contains mainly: blue. Hex color #335DB8 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #335DB8 is #CCA247. Grayscale: #5A5A5A. Windows color (decimal): -13410888 or 12082483. OLE color: 12082483.

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

Color convert

RGB 51 93 184 -
CMYK 0.72 0.49 0 0.28
HSL 221.05º 0.57% 0.46% -
HSV(B) 221.05º 0.72% 0.72% -
XYZ 13.93 11.99 46.93 -
YUV 90.82 180.59 99.6 -
System Red Green Blue C M Y K H S L
Decimal 51 93 184 0.72 0.49 0 0.28 221.05 0.57 0.46
Hex 33 5D B8 48 31 0 1C DD 39 2E
Octal 63 135 270 110 61 0 34 335 71 56
Binary 110011 1011101 10111000 1001000 110001 0 11100 11011101 111001 101110

Color Harmonies of #335DB8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #335DB8

Black with #335DB8

Text Example


Text Example

White with #335DB8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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