Html Css Color HEX #335BBF Cerulean Blue

📋 copy color: '#335BBF'

red 51 ◦ green 91 ◦ blue 191

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

Shades of Cerulean Blue #335BBF

Tints of Cerulean Blue #335BBF

RGB

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

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

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

R = 15.32%
G = 27.33%
B = 57.36%

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

#335BBF (or 0x335BBF) is known color: Cerulean Blue. HEX triplet: 33, 5B and BF. RGB value is (51,91,191). Sum of RGB (Red+Green+Blue) = 51+91+191=333 (44% of max value = 765). Red value is 51 (20.31% from 255 or 15.32% from 333); Green value is 91 (35.94% from 255 or 27.33% from 333); Blue value is 191 (75% from 255 or 57.36% from 333); Max value from RGB is 191 - color contains mainly: blue. Hex color #335BBF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #335BBF is #CCA440. Grayscale: #5A5A5A. Windows color (decimal): -13411393 or 12540723. OLE color: 12540723.

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

Color convert

RGB 51 91 191 -
CMYK 0.73 0.52 0 0.25
HSL 222.86º 0.58% 0.47% -
HSV(B) 222.86º 0.73% 0.75% -
XYZ 14.51 11.95 50.83 -
YUV 90.44 184.75 99.87 -
System Red Green Blue C M Y K H S L
Decimal 51 91 191 0.73 0.52 0 0.25 222.86 0.58 0.47
Hex 33 5B BF 49 34 0 19 DF 3A 2F
Octal 63 133 277 111 64 0 31 337 72 57
Binary 110011 1011011 10111111 1001001 110100 0 11001 11011111 111010 101111

Color Harmonies of #335BBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #335BBF

Black with #335BBF

Text Example


Text Example

White with #335BBF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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