Html Css Color HEX #335BBD Cerulean Blue

📋 copy color: '#335BBD'

red 51 ◦ green 91 ◦ blue 189

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

Shades of Cerulean Blue #335BBD

Tints of Cerulean Blue #335BBD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 57.1%

R = 15.41%
G = 27.49%
B = 57.1%

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

#335BBD (or 0x335BBD) is known color: Cerulean Blue. HEX triplet: 33, 5B and BD. RGB value is (51,91,189). Sum of RGB (Red+Green+Blue) = 51+91+189=331 (43% of max value = 765). Red value is 51 (20.31% from 255 or 15.41% from 331); Green value is 91 (35.94% from 255 or 27.49% from 331); Blue value is 189 (74.22% from 255 or 57.10% from 331); Max value from RGB is 189 - color contains mainly: blue. Hex color #335BBD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #335BBD is #CCA442. Grayscale: #595959. Windows color (decimal): -13411395 or 12409651. OLE color: 12409651.

HSL color Cylindrical-coordinate representation of color #335BBD: hue angle of 222.61º 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 #335BBD is Cyan = 0.73, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 51 91 189 -
CMYK 0.73 0.52 0 0.26
HSL 222.61º 0.58% 0.47% -
HSV(B) 222.61º 0.73% 0.74% -
XYZ 14.29 11.86 49.68 -
YUV 90.21 183.75 100.03 -
System Red Green Blue C M Y K H S L
Decimal 51 91 189 0.73 0.52 0 0.26 222.61 0.58 0.47
Hex 33 5B BD 49 34 0 1A DF 3A 2F
Octal 63 133 275 111 64 0 32 337 72 57
Binary 110011 1011011 10111101 1001001 110100 0 11010 11011111 111010 101111

Color Harmonies of #335BBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #335BBD

Black with #335BBD

Text Example


Text Example

White with #335BBD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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