Html Css Color HEX #3175BE Curious Blue

📋 copy color: '#3175BE'

red 49 ◦ green 117 ◦ blue 190

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

Shades of Curious Blue #3175BE

Tints of Curious Blue #3175BE

RGB

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

 GREEN value IS 117 (46.09% from 255) = 32.87%

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

R = 13.76%
G = 32.87%
B = 53.37%

CMYK

 C value IS 0.74

 M value IS 0.38

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#3175BE (or 0x3175BE) is known color: Curious Blue. HEX triplet: 31, 75 and BE. RGB value is (49,117,190). Sum of RGB (Red+Green+Blue) = 49+117+190=356 (47% of max value = 765). Red value is 49 (19.53% from 255 or 13.76% from 356); Green value is 117 (46.09% from 255 or 32.87% from 356); Blue value is 190 (74.61% from 255 or 53.37% from 356); Max value from RGB is 190 - color contains mainly: blue. Hex color #3175BE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3175BE is #CE8A41. Grayscale: #686868. Windows color (decimal): -13535810 or 12481841. OLE color: 12481841.

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

Color convert

RGB 49 117 190 -
CMYK 0.74 0.38 0 0.25
HSL 211.06º 0.59% 0.47% -
HSV(B) 211.06º 0.74% 0.75% -
XYZ 16.92 17.09 51.12 -
YUV 104.99 175.97 88.06 -
System Red Green Blue C M Y K H S L
Decimal 49 117 190 0.74 0.38 0 0.25 211.06 0.59 0.47
Hex 31 75 BE 4A 26 0 19 D3 3B 2F
Octal 61 165 276 112 46 0 31 323 73 57
Binary 110001 1110101 10111110 1001010 100110 0 11001 11010011 111011 101111

Color Harmonies of #3175BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3175BE

Black with #3175BE

Text Example


Text Example

White with #3175BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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