Html Css Color HEX #3172BD Curious Blue

📋 copy color: '#3172BD'

red 49 ◦ green 114 ◦ blue 189

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

Shades of Curious Blue #3172BD

Tints of Curious Blue #3172BD

RGB

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

 GREEN value IS 114 (44.92% from 255) = 32.39%

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

R = 13.92%
G = 32.39%
B = 53.69%

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

#3172BD (or 0x3172BD) is known color: Curious Blue. HEX triplet: 31, 72 and BD. RGB value is (49,114,189). Sum of RGB (Red+Green+Blue) = 49+114+189=352 (46% of max value = 765). Red value is 49 (19.53% from 255 or 13.92% from 352); Green value is 114 (44.92% from 255 or 32.39% from 352); Blue value is 189 (74.22% from 255 or 53.69% from 352); Max value from RGB is 189 - color contains mainly: blue. Hex color #3172BD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3172BD is #CE8D42. Grayscale: #666666. Windows color (decimal): -13536579 or 12415537. OLE color: 12415537.

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

Color convert

RGB 49 114 189 -
CMYK 0.74 0.40 0 0.26
HSL 212.14º 0.59% 0.47% -
HSV(B) 212.14º 0.74% 0.74% -
XYZ 16.47 16.36 50.43 -
YUV 103.12 176.47 89.4 -
System Red Green Blue C M Y K H S L
Decimal 49 114 189 0.74 0.40 0 0.26 212.14 0.59 0.47
Hex 31 72 BD 4A 28 0 1A D4 3B 2F
Octal 61 162 275 112 50 0 32 324 73 57
Binary 110001 1110010 10111101 1001010 101000 0 11010 11010100 111011 101111

Color Harmonies of #3172BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3172BD

Black with #3172BD

Text Example


Text Example

White with #3172BD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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