Html Css Color HEX #335BBC Cerulean Blue

📋 copy color: '#335BBC'

red 51 ◦ green 91 ◦ blue 188

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

Shades of Cerulean Blue #335BBC

Tints of Cerulean Blue #335BBC

RGB

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

 GREEN value IS 91 (35.94% from 255) = 27.58%

 BLUE value IS 188 (73.83% from 255) = 56.97%

R = 15.45%
G = 27.58%
B = 56.97%

CMYK

 C value IS 0.73

 M value IS 0.52

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#335BBC (or 0x335BBC) is known color: Cerulean Blue. HEX triplet: 33, 5B and BC. RGB value is (51,91,188). Sum of RGB (Red+Green+Blue) = 51+91+188=330 (43% of max value = 765). Red value is 51 (20.31% from 255 or 15.45% from 330); Green value is 91 (35.94% from 255 or 27.58% from 330); Blue value is 188 (73.83% from 255 or 56.97% from 330); Max value from RGB is 188 - color contains mainly: blue. Hex color #335BBC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #335BBC is #CCA443. Grayscale: #595959. Windows color (decimal): -13411396 or 12344115. OLE color: 12344115.

HSL color Cylindrical-coordinate representation of color #335BBC: hue angle of 222.48º degrees, saturation: 0.57, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #335BBC is Cyan = 0.73, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 51 91 188 -
CMYK 0.73 0.52 0 0.26
HSL 222.48º 0.57% 0.47% -
HSV(B) 222.48º 0.73% 0.74% -
XYZ 14.18 11.82 49.11 -
YUV 90.1 183.25 100.11 -
System Red Green Blue C M Y K H S L
Decimal 51 91 188 0.73 0.52 0 0.26 222.48 0.57 0.47
Hex 33 5B BC 49 34 0 1A DE 39 2F
Octal 63 133 274 111 64 0 32 336 71 57
Binary 110011 1011011 10111100 1001001 110100 0 11010 11011110 111001 101111

Color Harmonies of #335BBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #335BBC

Black with #335BBC

Text Example


Text Example

White with #335BBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(51,91,188); }

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

background-color css

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

 a { background-color: rgb(51,91,188); }

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

border-color css

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

 span { border-color: rgb(51,91,188); }

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