Html Css Color HEX #316EBC Curious Blue

📋 copy color: '#316EBC'

red 49 ◦ green 110 ◦ blue 188

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

Shades of Curious Blue #316EBC

Tints of Curious Blue #316EBC

RGB

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

 GREEN value IS 110 (43.36% from 255) = 31.7%

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

R = 14.12%
G = 31.7%
B = 54.18%

CMYK

 C value IS 0.74

 M value IS 0.41

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#316EBC (or 0x316EBC) is known color: Curious Blue. HEX triplet: 31, 6E and BC. RGB value is (49,110,188). Sum of RGB (Red+Green+Blue) = 49+110+188=347 (45% of max value = 765). Red value is 49 (19.53% from 255 or 14.12% from 347); Green value is 110 (43.36% from 255 or 31.70% from 347); Blue value is 188 (73.83% from 255 or 54.18% from 347); Max value from RGB is 188 - color contains mainly: blue. Hex color #316EBC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #316EBC is #CE9143. Grayscale: #646464. Windows color (decimal): -13537604 or 12348977. OLE color: 12348977.

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

Color convert

RGB 49 110 188 -
CMYK 0.74 0.41 0 0.26
HSL 213.67º 0.59% 0.46% -
HSV(B) 213.67º 0.74% 0.74% -
XYZ 15.92 15.44 49.72 -
YUV 100.65 177.29 91.16 -
System Red Green Blue C M Y K H S L
Decimal 49 110 188 0.74 0.41 0 0.26 213.67 0.59 0.46
Hex 31 6E BC 4A 29 0 1A D6 3B 2E
Octal 61 156 274 112 51 0 32 326 73 56
Binary 110001 1101110 10111100 1001010 101001 0 11010 11010110 111011 101110

Color Harmonies of #316EBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #316EBC

Black with #316EBC

Text Example


Text Example

White with #316EBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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