Html Css Color HEX #3160BA Cerulean Blue

📋 copy color: '#3160BA'

red 49 ◦ green 96 ◦ blue 186

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

Shades of Cerulean Blue #3160BA

Tints of Cerulean Blue #3160BA

RGB

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

 GREEN value IS 96 (37.89% from 255) = 29%

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

R = 14.8%
G = 29%
B = 56.19%

CMYK

 C value IS 0.74

 M value IS 0.48

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#3160BA (or 0x3160BA) is known color: Cerulean Blue. HEX triplet: 31, 60 and BA. RGB value is (49,96,186). Sum of RGB (Red+Green+Blue) = 49+96+186=331 (43% of max value = 765). Red value is 49 (19.53% from 255 or 14.80% from 331); Green value is 96 (37.89% from 255 or 29.00% 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 #3160BA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3160BA is #CE9F45. Grayscale: #5B5B5B. Windows color (decimal): -13541190 or 12214321. OLE color: 12214321.

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

Color convert

RGB 49 96 186 -
CMYK 0.74 0.48 0 0.27
HSL 219.42º 0.58% 0.46% -
HSV(B) 219.42º 0.74% 0.73% -
XYZ 14.31 12.56 48.13 -
YUV 92.21 180.93 97.18 -
System Red Green Blue C M Y K H S L
Decimal 49 96 186 0.74 0.48 0 0.27 219.42 0.58 0.46
Hex 31 60 BA 4A 30 0 1B DB 3A 2E
Octal 61 140 272 112 60 0 33 333 72 56
Binary 110001 1100000 10111010 1001010 110000 0 11011 11011011 111010 101110

Color Harmonies of #3160BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3160BA

Black with #3160BA

Text Example


Text Example

White with #3160BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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