Html Css Color HEX #316ABB Cerulean Blue

📋 copy color: '#316ABB'

red 49 ◦ green 106 ◦ blue 187

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

Shades of Cerulean Blue #316ABB

Tints of Cerulean Blue #316ABB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 54.68%

R = 14.33%
G = 30.99%
B = 54.68%

CMYK

 C value IS 0.74

 M value IS 0.43

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#316ABB (or 0x316ABB) is known color: Cerulean Blue. HEX triplet: 31, 6A and BB. RGB value is (49,106,187). Sum of RGB (Red+Green+Blue) = 49+106+187=342 (45% of max value = 765). Red value is 49 (19.53% from 255 or 14.33% from 342); Green value is 106 (41.80% from 255 or 30.99% from 342); Blue value is 187 (73.44% from 255 or 54.68% from 342); Max value from RGB is 187 - color contains mainly: blue. Hex color #316ABB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #316ABB is #CE9544. Grayscale: #616161. Windows color (decimal): -13538629 or 12282417. OLE color: 12282417.

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

Color convert

RGB 49 106 187 -
CMYK 0.74 0.43 0 0.27
HSL 215.22º 0.58% 0.46% -
HSV(B) 215.22º 0.74% 0.73% -
XYZ 15.39 14.55 49.01 -
YUV 98.19 178.12 92.91 -
System Red Green Blue C M Y K H S L
Decimal 49 106 187 0.74 0.43 0 0.27 215.22 0.58 0.46
Hex 31 6A BB 4A 2B 0 1B D7 3A 2E
Octal 61 152 273 112 53 0 33 327 72 56
Binary 110001 1101010 10111011 1001010 101011 0 11011 11010111 111010 101110

Color Harmonies of #316ABB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #316ABB

Black with #316ABB

Text Example


Text Example

White with #316ABB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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