Html Css Color HEX #335EBA Cerulean Blue

📋 copy color: '#335EBA'

red 51 ◦ green 94 ◦ blue 186

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

Shades of Cerulean Blue #335EBA

Tints of Cerulean Blue #335EBA

RGB

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

 GREEN value IS 94 (37.11% from 255) = 28.4%

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

R = 15.41%
G = 28.4%
B = 56.19%

CMYK

 C value IS 0.73

 M value IS 0.49

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#335EBA (or 0x335EBA) is known color: Cerulean Blue. HEX triplet: 33, 5E and BA. RGB value is (51,94,186). Sum of RGB (Red+Green+Blue) = 51+94+186=331 (43% of max value = 765). Red value is 51 (20.31% from 255 or 15.41% from 331); Green value is 94 (37.11% from 255 or 28.40% from 331); Blue value is 186 (73.05% from 255 or 56.19% from 331); Max value from RGB is 186 - color contains mainly: blue. Hex color #335EBA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #335EBA is #CCA145. Grayscale: #5B5B5B. Windows color (decimal): -13410630 or 12213811. OLE color: 12213811.

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

Color convert

RGB 51 94 186 -
CMYK 0.73 0.49 0 0.27
HSL 220.89º 0.57% 0.46% -
HSV(B) 220.89º 0.73% 0.73% -
XYZ 14.23 12.25 48.07 -
YUV 91.63 181.25 99.02 -
System Red Green Blue C M Y K H S L
Decimal 51 94 186 0.73 0.49 0 0.27 220.89 0.57 0.46
Hex 33 5E BA 49 31 0 1B DD 39 2E
Octal 63 136 272 111 61 0 33 335 71 56
Binary 110011 1011110 10111010 1001001 110001 0 11011 11011101 111001 101110

Color Harmonies of #335EBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #335EBA

Black with #335EBA

Text Example


Text Example

White with #335EBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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