Html Css Color HEX #316FBF Curious Blue

📋 copy color: '#316FBF'

red 49 ◦ green 111 ◦ blue 191

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

Shades of Curious Blue #316FBF

Tints of Curious Blue #316FBF

RGB

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

 GREEN value IS 111 (43.75% from 255) = 31.62%

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

R = 13.96%
G = 31.62%
B = 54.42%

CMYK

 C value IS 0.74

 M value IS 0.42

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#316FBF (or 0x316FBF) is known color: Curious Blue. HEX triplet: 31, 6F and BF. RGB value is (49,111,191). Sum of RGB (Red+Green+Blue) = 49+111+191=351 (46% of max value = 765). Red value is 49 (19.53% from 255 or 13.96% from 351); Green value is 111 (43.75% from 255 or 31.62% from 351); Blue value is 191 (75% from 255 or 54.42% from 351); Max value from RGB is 191 - color contains mainly: blue. Hex color #316FBF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #316FBF is #CE9040. Grayscale: #656565. Windows color (decimal): -13537345 or 12545841. OLE color: 12545841.

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

Color convert

RGB 49 111 191 -
CMYK 0.74 0.42 0 0.25
HSL 213.8º 0.59% 0.47% -
HSV(B) 213.8º 0.74% 0.75% -
XYZ 16.36 15.78 51.47 -
YUV 101.58 178.46 90.5 -
System Red Green Blue C M Y K H S L
Decimal 49 111 191 0.74 0.42 0 0.25 213.8 0.59 0.47
Hex 31 6F BF 4A 2A 0 19 D6 3B 2F
Octal 61 157 277 112 52 0 31 326 73 57
Binary 110001 1101111 10111111 1001010 101010 0 11001 11010110 111011 101111

Color Harmonies of #316FBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #316FBF

Black with #316FBF

Text Example


Text Example

White with #316FBF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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