Html Css Color HEX #335ABF Cerulean Blue

📋 copy color: '#335ABF'

red 51 ◦ green 90 ◦ blue 191

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

Shades of Cerulean Blue #335ABF

Tints of Cerulean Blue #335ABF

RGB

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

 GREEN value IS 90 (35.55% from 255) = 27.11%

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

R = 15.36%
G = 27.11%
B = 57.53%

CMYK

 C value IS 0.73

 M value IS 0.53

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#335ABF (or 0x335ABF) is known color: Cerulean Blue. HEX triplet: 33, 5A and BF. RGB value is (51,90,191). Sum of RGB (Red+Green+Blue) = 51+90+191=332 (43% of max value = 765). Red value is 51 (20.31% from 255 or 15.36% from 332); Green value is 90 (35.55% from 255 or 27.11% from 332); Blue value is 191 (75% from 255 or 57.53% from 332); Max value from RGB is 191 - color contains mainly: blue. Hex color #335ABF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #335ABF is #CCA540. Grayscale: #595959. Windows color (decimal): -13411649 or 12540467. OLE color: 12540467.

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

Color convert

RGB 51 90 191 -
CMYK 0.73 0.53 0 0.25
HSL 223.29º 0.58% 0.47% -
HSV(B) 223.29º 0.73% 0.75% -
XYZ 14.43 11.78 50.8 -
YUV 89.85 185.08 100.29 -
System Red Green Blue C M Y K H S L
Decimal 51 90 191 0.73 0.53 0 0.25 223.29 0.58 0.47
Hex 33 5A BF 49 35 0 19 DF 3A 2F
Octal 63 132 277 111 65 0 31 337 72 57
Binary 110011 1011010 10111111 1001001 110101 0 11001 11011111 111010 101111

Color Harmonies of #335ABF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #335ABF

Black with #335ABF

Text Example


Text Example

White with #335ABF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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