Html Css Color HEX #3174BD Curious Blue

📋 copy color: '#3174BD'

red 49 ◦ green 116 ◦ blue 189

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

Shades of Curious Blue #3174BD

Tints of Curious Blue #3174BD

RGB

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

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

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

R = 13.84%
G = 32.77%
B = 53.39%

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

#3174BD (or 0x3174BD) is known color: Curious Blue. HEX triplet: 31, 74 and BD. RGB value is (49,116,189). Sum of RGB (Red+Green+Blue) = 49+116+189=354 (46% of max value = 765). Red value is 49 (19.53% from 255 or 13.84% from 354); Green value is 116 (45.70% from 255 or 32.77% from 354); Blue value is 189 (74.22% from 255 or 53.39% from 354); Max value from RGB is 189 - color contains mainly: blue. Hex color #3174BD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3174BD is #CE8B42. Grayscale: #676767. Windows color (decimal): -13536067 or 12416049. OLE color: 12416049.

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

Color convert

RGB 49 116 189 -
CMYK 0.74 0.39 0 0.26
HSL 211.29º 0.59% 0.47% -
HSV(B) 211.29º 0.74% 0.74% -
XYZ 16.7 16.82 50.51 -
YUV 104.29 175.8 88.56 -
System Red Green Blue C M Y K H S L
Decimal 49 116 189 0.74 0.39 0 0.26 211.29 0.59 0.47
Hex 31 74 BD 4A 27 0 1A D3 3B 2F
Octal 61 164 275 112 47 0 32 323 73 57
Binary 110001 1110100 10111101 1001010 100111 0 11010 11010011 111011 101111

Color Harmonies of #3174BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3174BD

Black with #3174BD

Text Example


Text Example

White with #3174BD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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