Html Css Color HEX #3157BA Cerulean Blue

📋 copy color: '#3157BA'

red 49 ◦ green 87 ◦ blue 186

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

Shades of Cerulean Blue #3157BA

Tints of Cerulean Blue #3157BA

RGB

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

 GREEN value IS 87 (34.38% from 255) = 27.02%

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

R = 15.22%
G = 27.02%
B = 57.76%

CMYK

 C value IS 0.74

 M value IS 0.53

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#3157BA (or 0x3157BA) is known color: Cerulean Blue. HEX triplet: 31, 57 and BA. RGB value is (49,87,186). Sum of RGB (Red+Green+Blue) = 49+87+186=322 (42% of max value = 765). Red value is 49 (19.53% from 255 or 15.22% from 322); Green value is 87 (34.38% from 255 or 27.02% from 322); Blue value is 186 (73.05% from 255 or 57.76% from 322); Max value from RGB is 186 - color contains mainly: blue. Hex color #3157BA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3157BA is #CEA845. Grayscale: #565656. Windows color (decimal): -13543494 or 12212017. OLE color: 12212017.

HSL color Cylindrical-coordinate representation of color #3157BA: hue angle of 223.36º 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 #3157BA is Cyan = 0.74, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 49 87 186 -
CMYK 0.74 0.53 0 0.27
HSL 223.36º 0.58% 0.46% -
HSV(B) 223.36º 0.74% 0.73% -
XYZ 13.54 11.01 47.87 -
YUV 86.92 183.91 100.95 -
System Red Green Blue C M Y K H S L
Decimal 49 87 186 0.74 0.53 0 0.27 223.36 0.58 0.46
Hex 31 57 BA 4A 35 0 1B DF 3A 2E
Octal 61 127 272 112 65 0 33 337 72 56
Binary 110001 1010111 10111010 1001010 110101 0 11011 11011111 111010 101110

Color Harmonies of #3157BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3157BA

Black with #3157BA

Text Example


Text Example

White with #3157BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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