Html Css Color HEX #3176BC Curious Blue

📋 copy color: '#3176BC'

red 49 ◦ green 118 ◦ blue 188

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

Shades of Curious Blue #3176BC

Tints of Curious Blue #3176BC

RGB

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

 GREEN value IS 118 (46.48% from 255) = 33.24%

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

R = 13.8%
G = 33.24%
B = 52.96%

CMYK

 C value IS 0.74

 M value IS 0.37

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#3176BC (or 0x3176BC) is known color: Curious Blue. HEX triplet: 31, 76 and BC. RGB value is (49,118,188). Sum of RGB (Red+Green+Blue) = 49+118+188=355 (47% of max value = 765). Red value is 49 (19.53% from 255 or 13.80% from 355); Green value is 118 (46.48% from 255 or 33.24% from 355); Blue value is 188 (73.83% from 255 or 52.96% from 355); Max value from RGB is 188 - color contains mainly: blue. Hex color #3176BC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3176BC is #CE8943. Grayscale: #696969. Windows color (decimal): -13535556 or 12351025. OLE color: 12351025.

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

Color convert

RGB 49 118 188 -
CMYK 0.74 0.37 0 0.26
HSL 210.22º 0.59% 0.46% -
HSV(B) 210.22º 0.74% 0.74% -
XYZ 16.82 17.24 50.02 -
YUV 105.35 174.64 87.81 -
System Red Green Blue C M Y K H S L
Decimal 49 118 188 0.74 0.37 0 0.26 210.22 0.59 0.46
Hex 31 76 BC 4A 25 0 1A D2 3B 2E
Octal 61 166 274 112 45 0 32 322 73 56
Binary 110001 1110110 10111100 1001010 100101 0 11010 11010010 111011 101110

Color Harmonies of #3176BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3176BC

Black with #3176BC

Text Example


Text Example

White with #3176BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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