Html Css Color HEX #316CBF Cerulean Blue

📋 copy color: '#316CBF'

red 49 ◦ green 108 ◦ blue 191

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

Shades of Cerulean Blue #316CBF

Tints of Cerulean Blue #316CBF

RGB

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

 GREEN value IS 108 (42.58% from 255) = 31.03%

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

R = 14.08%
G = 31.03%
B = 54.89%

CMYK

 C value IS 0.74

 M value IS 0.43

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#316CBF (or 0x316CBF) is known color: Cerulean Blue. HEX triplet: 31, 6C and BF. RGB value is (49,108,191). Sum of RGB (Red+Green+Blue) = 49+108+191=348 (46% of max value = 765). Red value is 49 (19.53% from 255 or 14.08% from 348); Green value is 108 (42.58% from 255 or 31.03% from 348); Blue value is 191 (75% from 255 or 54.89% from 348); Max value from RGB is 191 - color contains mainly: blue. Hex color #316CBF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #316CBF is #CE9340. Grayscale: #636363. Windows color (decimal): -13538113 or 12545073. OLE color: 12545073.

HSL color Cylindrical-coordinate representation of color #316CBF: hue angle of 215.07º 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 #316CBF is Cyan = 0.74, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 49 108 191 -
CMYK 0.74 0.43 0 0.25
HSL 215.07º 0.59% 0.47% -
HSV(B) 215.07º 0.74% 0.75% -
XYZ 16.03 15.14 51.37 -
YUV 99.82 179.45 91.75 -
System Red Green Blue C M Y K H S L
Decimal 49 108 191 0.74 0.43 0 0.25 215.07 0.59 0.47
Hex 31 6C BF 4A 2B 0 19 D7 3B 2F
Octal 61 154 277 112 53 0 31 327 73 57
Binary 110001 1101100 10111111 1001010 101011 0 11001 11010111 111011 101111

Color Harmonies of #316CBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #316CBF

Black with #316CBF

Text Example


Text Example

White with #316CBF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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