Html Css Color HEX #3170BC Curious Blue

📋 copy color: '#3170BC'

red 49 ◦ green 112 ◦ blue 188

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

Shades of Curious Blue #3170BC

Tints of Curious Blue #3170BC

RGB

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

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

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

R = 14.04%
G = 32.09%
B = 53.87%

CMYK

 C value IS 0.74

 M value IS 0.40

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#3170BC (or 0x3170BC) is known color: Curious Blue. HEX triplet: 31, 70 and BC. RGB value is (49,112,188). Sum of RGB (Red+Green+Blue) = 49+112+188=349 (46% of max value = 765). Red value is 49 (19.53% from 255 or 14.04% from 349); Green value is 112 (44.14% from 255 or 32.09% from 349); Blue value is 188 (73.83% from 255 or 53.87% from 349); Max value from RGB is 188 - color contains mainly: blue. Hex color #3170BC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3170BC is #CE8F43. Grayscale: #656565. Windows color (decimal): -13537092 or 12349489. OLE color: 12349489.

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

Color convert

RGB 49 112 188 -
CMYK 0.74 0.40 0 0.26
HSL 212.81º 0.59% 0.46% -
HSV(B) 212.81º 0.74% 0.74% -
XYZ 16.14 15.87 49.79 -
YUV 101.83 176.63 90.32 -
System Red Green Blue C M Y K H S L
Decimal 49 112 188 0.74 0.40 0 0.26 212.81 0.59 0.46
Hex 31 70 BC 4A 28 0 1A D5 3B 2E
Octal 61 160 274 112 50 0 32 325 73 56
Binary 110001 1110000 10111100 1001010 101000 0 11010 11010101 111011 101110

Color Harmonies of #3170BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3170BC

Black with #3170BC

Text Example


Text Example

White with #3170BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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