Html Css Color HEX #3170BD Curious Blue

📋 copy color: '#3170BD'

red 49 ◦ green 112 ◦ blue 189

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

Shades of Curious Blue #3170BD

Tints of Curious Blue #3170BD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 54%

R = 14%
G = 32%
B = 54%

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

#3170BD (or 0x3170BD) is known color: Curious Blue. HEX triplet: 31, 70 and BD. RGB value is (49,112,189). Sum of RGB (Red+Green+Blue) = 49+112+189=350 (46% of max value = 765). Red value is 49 (19.53% from 255 or 14% from 350); Green value is 112 (44.14% from 255 or 32% from 350); Blue value is 189 (74.22% from 255 or 54% from 350); Max value from RGB is 189 - color contains mainly: blue. Hex color #3170BD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3170BD is #CE8F42. Grayscale: #656565. Windows color (decimal): -13537091 or 12415025. OLE color: 12415025.

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

Color convert

RGB 49 112 189 -
CMYK 0.74 0.41 0 0.26
HSL 213º 0.59% 0.47% -
HSV(B) 213º 0.74% 0.74% -
XYZ 16.25 15.92 50.36 -
YUV 101.94 177.13 90.24 -
System Red Green Blue C M Y K H S L
Decimal 49 112 189 0.74 0.41 0 0.26 213 0.59 0.47
Hex 31 70 BD 4A 29 0 1A D5 3B 2F
Octal 61 160 275 112 51 0 32 325 73 57
Binary 110001 1110000 10111101 1001010 101001 0 11010 11010101 111011 101111

Color Harmonies of #3170BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3170BD

Black with #3170BD

Text Example


Text Example

White with #3170BD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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