Html Css Color HEX #335DBF Cerulean Blue

📋 copy color: '#335DBF'

red 51 ◦ green 93 ◦ blue 191

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

Shades of Cerulean Blue #335DBF

Tints of Cerulean Blue #335DBF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 57.01%

R = 15.22%
G = 27.76%
B = 57.01%

CMYK

 C value IS 0.73

 M value IS 0.51

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#335DBF (or 0x335DBF) is known color: Cerulean Blue. HEX triplet: 33, 5D and BF. RGB value is (51,93,191). Sum of RGB (Red+Green+Blue) = 51+93+191=335 (44% of max value = 765). Red value is 51 (20.31% from 255 or 15.22% from 335); Green value is 93 (36.72% from 255 or 27.76% from 335); Blue value is 191 (75% from 255 or 57.01% from 335); Max value from RGB is 191 - color contains mainly: blue. Hex color #335DBF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #335DBF is #CCA240. Grayscale: #5B5B5B. Windows color (decimal): -13410881 or 12541235. OLE color: 12541235.

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

Color convert

RGB 51 93 191 -
CMYK 0.73 0.51 0 0.25
HSL 222º 0.58% 0.47% -
HSV(B) 222º 0.73% 0.75% -
XYZ 14.68 12.29 50.89 -
YUV 91.61 184.09 99.03 -
System Red Green Blue C M Y K H S L
Decimal 51 93 191 0.73 0.51 0 0.25 222 0.58 0.47
Hex 33 5D BF 49 33 0 19 DE 3A 2F
Octal 63 135 277 111 63 0 31 336 72 57
Binary 110011 1011101 10111111 1001001 110011 0 11001 11011110 111010 101111

Color Harmonies of #335DBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #335DBF

Black with #335DBF

Text Example


Text Example

White with #335DBF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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