Html Css Color HEX #3159BA Cerulean Blue

📋 copy color: '#3159BA'

red 49 ◦ green 89 ◦ blue 186

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

Shades of Cerulean Blue #3159BA

Tints of Cerulean Blue #3159BA

RGB

 RED value IS 49 (19.53% from 255) = 15.12%

 GREEN value IS 89 (35.16% from 255) = 27.47%

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

R = 15.12%
G = 27.47%
B = 57.41%

CMYK

 C value IS 0.74

 M value IS 0.52

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#3159BA (or 0x3159BA) is known color: Cerulean Blue. HEX triplet: 31, 59 and BA. RGB value is (49,89,186). Sum of RGB (Red+Green+Blue) = 49+89+186=324 (42% of max value = 765). Red value is 49 (19.53% from 255 or 15.12% from 324); Green value is 89 (35.16% from 255 or 27.47% from 324); Blue value is 186 (73.05% from 255 or 57.41% from 324); Max value from RGB is 186 - color contains mainly: blue. Hex color #3159BA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3159BA is #CEA645. Grayscale: #575757. Windows color (decimal): -13542982 or 12212529. OLE color: 12212529.

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

Color convert

RGB 49 89 186 -
CMYK 0.74 0.52 0 0.27
HSL 222.48º 0.58% 0.46% -
HSV(B) 222.48º 0.74% 0.73% -
XYZ 13.7 11.34 47.92 -
YUV 88.1 183.25 100.11 -
System Red Green Blue C M Y K H S L
Decimal 49 89 186 0.74 0.52 0 0.27 222.48 0.58 0.46
Hex 31 59 BA 4A 34 0 1B DE 3A 2E
Octal 61 131 272 112 64 0 33 336 72 56
Binary 110001 1011001 10111010 1001010 110100 0 11011 11011110 111010 101110

Color Harmonies of #3159BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3159BA

Black with #3159BA

Text Example


Text Example

White with #3159BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3159BA; }

 p { color: rgb(49,89,186); }

 H1.HeaderClassName
 {
   color: #3159BA;
 }
 .AnyTagClassName
 {
   color: #3159BA;
 }
</style>

background-color css

<style>
 a { background-color: #3159BA; }

 a { background-color: rgb(49,89,186); }

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

border-color css

<style>
 span { border-color: #3159BA; }

 span { border-color: rgb(49,89,186); }

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