Html Css Color HEX #316CBC Cerulean Blue

📋 copy color: '#316CBC'

red 49 ◦ green 108 ◦ blue 188

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

Shades of Cerulean Blue #316CBC

Tints of Cerulean Blue #316CBC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 54.49%

R = 14.2%
G = 31.3%
B = 54.49%

CMYK

 C value IS 0.74

 M value IS 0.43

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#316CBC (or 0x316CBC) is known color: Cerulean Blue. HEX triplet: 31, 6C and BC. RGB value is (49,108,188). Sum of RGB (Red+Green+Blue) = 49+108+188=345 (45% of max value = 765). Red value is 49 (19.53% from 255 or 14.20% from 345); Green value is 108 (42.58% from 255 or 31.30% from 345); Blue value is 188 (73.83% from 255 or 54.49% from 345); Max value from RGB is 188 - color contains mainly: blue. Hex color #316CBC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #316CBC is #CE9343. Grayscale: #636363. Windows color (decimal): -13538116 or 12348465. OLE color: 12348465.

HSL color Cylindrical-coordinate representation of color #316CBC: hue angle of 214.53º degrees, saturation: 0.59, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #316CBC is Cyan = 0.74, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 49 108 188 -
CMYK 0.74 0.43 0 0.26
HSL 214.53º 0.59% 0.46% -
HSV(B) 214.53º 0.74% 0.74% -
XYZ 15.71 15.01 49.65 -
YUV 99.48 177.95 92 -
System Red Green Blue C M Y K H S L
Decimal 49 108 188 0.74 0.43 0 0.26 214.53 0.59 0.46
Hex 31 6C BC 4A 2B 0 1A D7 3B 2E
Octal 61 154 274 112 53 0 32 327 73 56
Binary 110001 1101100 10111100 1001010 101011 0 11010 11010111 111011 101110

Color Harmonies of #316CBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #316CBC

Black with #316CBC

Text Example


Text Example

White with #316CBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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