Html Css Color HEX #335ABA Cerulean Blue

📋 copy color: '#335ABA'

red 51 ◦ green 90 ◦ blue 186

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

Shades of Cerulean Blue #335ABA

Tints of Cerulean Blue #335ABA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 56.88%

R = 15.6%
G = 27.52%
B = 56.88%

CMYK

 C value IS 0.73

 M value IS 0.52

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#335ABA (or 0x335ABA) is known color: Cerulean Blue. HEX triplet: 33, 5A and BA. RGB value is (51,90,186). Sum of RGB (Red+Green+Blue) = 51+90+186=327 (43% of max value = 765). Red value is 51 (20.31% from 255 or 15.60% from 327); Green value is 90 (35.55% from 255 or 27.52% from 327); Blue value is 186 (73.05% from 255 or 56.88% from 327); Max value from RGB is 186 - color contains mainly: blue. Hex color #335ABA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #335ABA is #CCA545. Grayscale: #585858. Windows color (decimal): -13411654 or 12212787. OLE color: 12212787.

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

Color convert

RGB 51 90 186 -
CMYK 0.73 0.52 0 0.27
HSL 222.67º 0.57% 0.46% -
HSV(B) 222.67º 0.73% 0.73% -
XYZ 13.88 11.56 47.95 -
YUV 89.28 182.58 100.69 -
System Red Green Blue C M Y K H S L
Decimal 51 90 186 0.73 0.52 0 0.27 222.67 0.57 0.46
Hex 33 5A BA 49 34 0 1B DF 39 2E
Octal 63 132 272 111 64 0 33 337 71 56
Binary 110011 1011010 10111010 1001001 110100 0 11011 11011111 111001 101110

Color Harmonies of #335ABA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #335ABA

Black with #335ABA

Text Example


Text Example

White with #335ABA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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