Html Css Color HEX #335BBE Cerulean Blue

📋 copy color: '#335BBE'

red 51 ◦ green 91 ◦ blue 190

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

Shades of Cerulean Blue #335BBE

Tints of Cerulean Blue #335BBE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 57.23%

R = 15.36%
G = 27.41%
B = 57.23%

CMYK

 C value IS 0.73

 M value IS 0.52

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#335BBE (or 0x335BBE) is known color: Cerulean Blue. HEX triplet: 33, 5B and BE. RGB value is (51,91,190). Sum of RGB (Red+Green+Blue) = 51+91+190=332 (43% of max value = 765). Red value is 51 (20.31% from 255 or 15.36% from 332); Green value is 91 (35.94% from 255 or 27.41% from 332); Blue value is 190 (74.61% from 255 or 57.23% from 332); Max value from RGB is 190 - color contains mainly: blue. Hex color #335BBE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #335BBE is #CCA441. Grayscale: #595959. Windows color (decimal): -13411394 or 12475187. OLE color: 12475187.

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

Color convert

RGB 51 91 190 -
CMYK 0.73 0.52 0 0.25
HSL 222.73º 0.58% 0.47% -
HSV(B) 222.73º 0.73% 0.75% -
XYZ 14.4 11.9 50.25 -
YUV 90.33 184.25 99.95 -
System Red Green Blue C M Y K H S L
Decimal 51 91 190 0.73 0.52 0 0.25 222.73 0.58 0.47
Hex 33 5B BE 49 34 0 19 DF 3A 2F
Octal 63 133 276 111 64 0 31 337 72 57
Binary 110011 1011011 10111110 1001001 110100 0 11001 11011111 111010 101111

Color Harmonies of #335BBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #335BBE

Black with #335BBE

Text Example


Text Example

White with #335BBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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