Html Css Color HEX #3174BA Curious Blue

📋 copy color: '#3174BA'

red 49 ◦ green 116 ◦ blue 186

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

Shades of Curious Blue #3174BA

Tints of Curious Blue #3174BA

RGB

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

 GREEN value IS 116 (45.7% from 255) = 33.05%

 BLUE value IS 186 (73.05% from 255) = 52.99%

R = 13.96%
G = 33.05%
B = 52.99%

CMYK

 C value IS 0.74

 M value IS 0.38

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#3174BA (or 0x3174BA) is known color: Curious Blue. HEX triplet: 31, 74 and BA. RGB value is (49,116,186). Sum of RGB (Red+Green+Blue) = 49+116+186=351 (46% of max value = 765). Red value is 49 (19.53% from 255 or 13.96% from 351); Green value is 116 (45.70% from 255 or 33.05% from 351); Blue value is 186 (73.05% from 255 or 52.99% from 351); Max value from RGB is 186 - color contains mainly: blue. Hex color #3174BA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3174BA is #CE8B45. Grayscale: #676767. Windows color (decimal): -13536070 or 12219441. OLE color: 12219441.

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

Color convert

RGB 49 116 186 -
CMYK 0.74 0.38 0 0.27
HSL 210.66º 0.58% 0.46% -
HSV(B) 210.66º 0.74% 0.73% -
XYZ 16.37 16.69 48.81 -
YUV 103.95 174.3 88.81 -
System Red Green Blue C M Y K H S L
Decimal 49 116 186 0.74 0.38 0 0.27 210.66 0.58 0.46
Hex 31 74 BA 4A 26 0 1B D3 3A 2E
Octal 61 164 272 112 46 0 33 323 72 56
Binary 110001 1110100 10111010 1001010 100110 0 11011 11010011 111010 101110

Color Harmonies of #3174BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3174BA

Black with #3174BA

Text Example


Text Example

White with #3174BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3174BA; }

 p { color: rgb(49,116,186); }

 H1.HeaderClassName
 {
   color: #3174BA;
 }
 .AnyTagClassName
 {
   color: #3174BA;
 }
</style>

background-color css

<style>
 a { background-color: #3174BA; }

 a { background-color: rgb(49,116,186); }

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

border-color css

<style>
 span { border-color: #3174BA; }

 span { border-color: rgb(49,116,186); }

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