Html Css Color HEX #3170C2 Curious Blue

📋 copy color: '#3170C2'

red 49 ◦ green 112 ◦ blue 194

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

Shades of Curious Blue #3170C2

Tints of Curious Blue #3170C2

RGB

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

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

 BLUE value IS 194 (76.17% from 255) = 54.65%

R = 13.8%
G = 31.55%
B = 54.65%

CMYK

 C value IS 0.75

 M value IS 0.42

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#3170C2 (or 0x3170C2) is known color: Curious Blue. HEX triplet: 31, 70 and C2. RGB value is (49,112,194). Sum of RGB (Red+Green+Blue) = 49+112+194=355 (47% of max value = 765). Red value is 49 (19.53% from 255 or 13.80% from 355); Green value is 112 (44.14% from 255 or 31.55% from 355); Blue value is 194 (76.17% from 255 or 54.65% from 355); Max value from RGB is 194 - color contains mainly: blue. Hex color #3170C2 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3170C2 is #CE8F3D. Grayscale: #666666. Windows color (decimal): -13537086 or 12742705. OLE color: 12742705.

HSL color Cylindrical-coordinate representation of color #3170C2: hue angle of 213.93º degrees, saturation: 0.6, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3170C2 is Cyan = 0.75, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 49 112 194 -
CMYK 0.75 0.42 0 0.24
HSL 213.93º 0.6% 0.48% -
HSV(B) 213.93º 0.75% 0.76% -
XYZ 16.8 16.14 53.27 -
YUV 102.51 179.63 89.83 -
System Red Green Blue C M Y K H S L
Decimal 49 112 194 0.75 0.42 0 0.24 213.93 0.6 0.48
Hex 31 70 C2 4B 2A 0 18 D6 3C 30
Octal 61 160 302 113 52 0 30 326 74 60
Binary 110001 1110000 11000010 1001011 101010 0 11000 11010110 111100 110000

Color Harmonies of #3170C2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3170C2

Black with #3170C2

Text Example


Text Example

White with #3170C2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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