Html Css Color HEX #317DAE Curious Blue

📋 copy color: '#317DAE'

red 49 ◦ green 125 ◦ blue 174

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

Shades of Curious Blue #317DAE

Tints of Curious Blue #317DAE

RGB

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

 GREEN value IS 125 (49.22% from 255) = 35.92%

 BLUE value IS 174 (68.36% from 255) = 50%

R = 14.08%
G = 35.92%
B = 50%

CMYK

 C value IS 0.72

 M value IS 0.28

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#317DAE (or 0x317DAE) is known color: Curious Blue. HEX triplet: 31, 7D and AE. RGB value is (49,125,174). Sum of RGB (Red+Green+Blue) = 49+125+174=348 (46% of max value = 765). Red value is 49 (19.53% from 255 or 14.08% from 348); Green value is 125 (49.22% from 255 or 35.92% from 348); Blue value is 174 (68.36% from 255 or 50% from 348); Max value from RGB is 174 - color contains mainly: blue. Hex color #317DAE is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #317DAE is #CE8251. Grayscale: #6B6B6B. Windows color (decimal): -13533778 or 11435313. OLE color: 11435313.

HSL color Cylindrical-coordinate representation of color #317DAE: hue angle of 203.52º degrees, saturation: 0.56, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #317DAE is Cyan = 0.72, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 49 125 174 -
CMYK 0.72 0.28 0 0.32
HSL 203.52º 0.56% 0.44% -
HSV(B) 203.52º 0.72% 0.68% -
XYZ 16.24 18.38 42.74 -
YUV 107.86 165.32 86.02 -
System Red Green Blue C M Y K H S L
Decimal 49 125 174 0.72 0.28 0 0.32 203.52 0.56 0.44
Hex 31 7D AE 48 1C 0 20 CC 38 2C
Octal 61 175 256 110 34 0 40 314 70 54
Binary 110001 1111101 10101110 1001000 11100 0 100000 11001100 111000 101100

Color Harmonies of #317DAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #317DAE

Black with #317DAE

Text Example


Text Example

White with #317DAE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #317DAE; }

 p { color: rgb(49,125,174); }

 H1.HeaderClassName
 {
   color: #317DAE;
 }
 .AnyTagClassName
 {
   color: #317DAE;
 }
</style>

background-color css

<style>
 a { background-color: #317DAE; }

 a { background-color: rgb(49,125,174); }

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

border-color css

<style>
 span { border-color: #317DAE; }

 span { border-color: rgb(49,125,174); }

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