Html Css Color HEX #3170BE Curious Blue

📋 copy color: '#3170BE'

red 49 ◦ green 112 ◦ blue 190

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

Shades of Curious Blue #3170BE

Tints of Curious Blue #3170BE

RGB

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

 GREEN value IS 112 (44.14% from 255) = 31.91%

 BLUE value IS 190 (74.61% from 255) = 54.13%

R = 13.96%
G = 31.91%
B = 54.13%

CMYK

 C value IS 0.74

 M value IS 0.41

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#3170BE (or 0x3170BE) is known color: Curious Blue. HEX triplet: 31, 70 and BE. RGB value is (49,112,190). Sum of RGB (Red+Green+Blue) = 49+112+190=351 (46% of max value = 765). Red value is 49 (19.53% from 255 or 13.96% from 351); Green value is 112 (44.14% from 255 or 31.91% from 351); Blue value is 190 (74.61% from 255 or 54.13% from 351); Max value from RGB is 190 - color contains mainly: blue. Hex color #3170BE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3170BE is #CE8F41. Grayscale: #656565. Windows color (decimal): -13537090 or 12480561. OLE color: 12480561.

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

Color convert

RGB 49 112 190 -
CMYK 0.74 0.41 0 0.25
HSL 213.19º 0.59% 0.47% -
HSV(B) 213.19º 0.74% 0.75% -
XYZ 16.36 15.96 50.93 -
YUV 102.06 177.63 90.16 -
System Red Green Blue C M Y K H S L
Decimal 49 112 190 0.74 0.41 0 0.25 213.19 0.59 0.47
Hex 31 70 BE 4A 29 0 19 D5 3B 2F
Octal 61 160 276 112 51 0 31 325 73 57
Binary 110001 1110000 10111110 1001010 101001 0 11001 11010101 111011 101111

Color Harmonies of #3170BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3170BE

Black with #3170BE

Text Example


Text Example

White with #3170BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3170BE; }

 p { color: rgb(49,112,190); }

 H1.HeaderClassName
 {
   color: #3170BE;
 }
 .AnyTagClassName
 {
   color: #3170BE;
 }
</style>

background-color css

<style>
 a { background-color: #3170BE; }

 a { background-color: rgb(49,112,190); }

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

border-color css

<style>
 span { border-color: #3170BE; }

 span { border-color: rgb(49,112,190); }

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