Html Css Color HEX #3172BC Curious Blue

📋 copy color: '#3172BC'

red 49 ◦ green 114 ◦ blue 188

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

Shades of Curious Blue #3172BC

Tints of Curious Blue #3172BC

RGB

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

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

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

R = 13.96%
G = 32.48%
B = 53.56%

CMYK

 C value IS 0.74

 M value IS 0.39

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#3172BC (or 0x3172BC) is known color: Curious Blue. HEX triplet: 31, 72 and BC. RGB value is (49,114,188). Sum of RGB (Red+Green+Blue) = 49+114+188=351 (46% of max value = 765). Red value is 49 (19.53% from 255 or 13.96% from 351); Green value is 114 (44.92% from 255 or 32.48% from 351); Blue value is 188 (73.83% from 255 or 53.56% from 351); Max value from RGB is 188 - color contains mainly: blue. Hex color #3172BC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3172BC is #CE8D43. Grayscale: #666666. Windows color (decimal): -13536580 or 12350001. OLE color: 12350001.

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

Color convert

RGB 49 114 188 -
CMYK 0.74 0.39 0 0.26
HSL 211.94º 0.59% 0.46% -
HSV(B) 211.94º 0.74% 0.74% -
XYZ 16.36 16.32 49.86 -
YUV 103 175.97 89.48 -
System Red Green Blue C M Y K H S L
Decimal 49 114 188 0.74 0.39 0 0.26 211.94 0.59 0.46
Hex 31 72 BC 4A 27 0 1A D4 3B 2E
Octal 61 162 274 112 47 0 32 324 73 56
Binary 110001 1110010 10111100 1001010 100111 0 11010 11010100 111011 101110

Color Harmonies of #3172BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3172BC

Black with #3172BC

Text Example


Text Example

White with #3172BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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