Html Css Color HEX #316ABF Cerulean Blue

📋 copy color: '#316ABF'

red 49 ◦ green 106 ◦ blue 191

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

Shades of Cerulean Blue #316ABF

Tints of Cerulean Blue #316ABF

RGB

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

 GREEN value IS 106 (41.8% from 255) = 30.64%

 BLUE value IS 191 (75% from 255) = 55.2%

R = 14.16%
G = 30.64%
B = 55.2%

CMYK

 C value IS 0.74

 M value IS 0.45

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#316ABF (or 0x316ABF) is known color: Cerulean Blue. HEX triplet: 31, 6A and BF. RGB value is (49,106,191). Sum of RGB (Red+Green+Blue) = 49+106+191=346 (45% of max value = 765). Red value is 49 (19.53% from 255 or 14.16% from 346); Green value is 106 (41.80% from 255 or 30.64% from 346); Blue value is 191 (75% from 255 or 55.20% from 346); Max value from RGB is 191 - color contains mainly: blue. Hex color #316ABF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #316ABF is #CE9540. Grayscale: #626262. Windows color (decimal): -13538625 or 12544561. OLE color: 12544561.

HSL color Cylindrical-coordinate representation of color #316ABF: hue angle of 215.92º degrees, saturation: 0.59, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #316ABF is Cyan = 0.74, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 49 106 191 -
CMYK 0.74 0.45 0 0.25
HSL 215.92º 0.59% 0.47% -
HSV(B) 215.92º 0.74% 0.75% -
XYZ 15.82 14.72 51.3 -
YUV 98.65 180.12 92.59 -
System Red Green Blue C M Y K H S L
Decimal 49 106 191 0.74 0.45 0 0.25 215.92 0.59 0.47
Hex 31 6A BF 4A 2D 0 19 D8 3B 2F
Octal 61 152 277 112 55 0 31 330 73 57
Binary 110001 1101010 10111111 1001010 101101 0 11001 11011000 111011 101111

Color Harmonies of #316ABF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #316ABF

Black with #316ABF

Text Example


Text Example

White with #316ABF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #316ABF; }

 p { color: rgb(49,106,191); }

 H1.HeaderClassName
 {
   color: #316ABF;
 }
 .AnyTagClassName
 {
   color: #316ABF;
 }
</style>

background-color css

<style>
 a { background-color: #316ABF; }

 a { background-color: rgb(49,106,191); }

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

border-color css

<style>
 span { border-color: #316ABF; }

 span { border-color: rgb(49,106,191); }

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