Html Css Color HEX #3175BB Curious Blue

📋 copy color: '#3175BB'

red 49 ◦ green 117 ◦ blue 187

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

Shades of Curious Blue #3175BB

Tints of Curious Blue #3175BB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 52.97%

R = 13.88%
G = 33.14%
B = 52.97%

CMYK

 C value IS 0.74

 M value IS 0.37

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#3175BB (or 0x3175BB) is known color: Curious Blue. HEX triplet: 31, 75 and BB. RGB value is (49,117,187). Sum of RGB (Red+Green+Blue) = 49+117+187=353 (46% of max value = 765). Red value is 49 (19.53% from 255 or 13.88% from 353); Green value is 117 (46.09% from 255 or 33.14% from 353); Blue value is 187 (73.44% from 255 or 52.97% from 353); Max value from RGB is 187 - color contains mainly: blue. Hex color #3175BB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3175BB is #CE8A44. Grayscale: #686868. Windows color (decimal): -13535813 or 12285233. OLE color: 12285233.

HSL color Cylindrical-coordinate representation of color #3175BB: hue angle of 210.43º degrees, saturation: 0.58, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #3175BB is Cyan = 0.74, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 49 117 187 -
CMYK 0.74 0.37 0 0.27
HSL 210.43º 0.58% 0.46% -
HSV(B) 210.43º 0.74% 0.73% -
XYZ 16.6 16.96 49.41 -
YUV 104.65 174.47 88.31 -
System Red Green Blue C M Y K H S L
Decimal 49 117 187 0.74 0.37 0 0.27 210.43 0.58 0.46
Hex 31 75 BB 4A 25 0 1B D2 3A 2E
Octal 61 165 273 112 45 0 33 322 72 56
Binary 110001 1110101 10111011 1001010 100101 0 11011 11010010 111010 101110

Color Harmonies of #3175BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3175BB

Black with #3175BB

Text Example


Text Example

White with #3175BB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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