Html Css Color HEX #317FAA Curious Blue

📋 copy color: '#317FAA'

red 49 ◦ green 127 ◦ blue 170

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

Shades of Curious Blue #317FAA

Tints of Curious Blue #317FAA

RGB

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

 GREEN value IS 127 (50% from 255) = 36.71%

 BLUE value IS 170 (66.8% from 255) = 49.13%

R = 14.16%
G = 36.71%
B = 49.13%

CMYK

 C value IS 0.71

 M value IS 0.25

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#317FAA (or 0x317FAA) is known color: Curious Blue. HEX triplet: 31, 7F and AA. RGB value is (49,127,170). Sum of RGB (Red+Green+Blue) = 49+127+170=346 (45% of max value = 765). Red value is 49 (19.53% from 255 or 14.16% from 346); Green value is 127 (50% from 255 or 36.71% from 346); Blue value is 170 (66.80% from 255 or 49.13% from 346); Max value from RGB is 170 - color contains mainly: blue. Hex color #317FAA is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #317FAA is #CE8055. Grayscale: #6C6C6C. Windows color (decimal): -13533270 or 11173681. OLE color: 11173681.

HSL color Cylindrical-coordinate representation of color #317FAA: hue angle of 201.32º degrees, saturation: 0.55, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #317FAA is Cyan = 0.71, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 49 127 170 -
CMYK 0.71 0.25 0 0.33
HSL 201.32º 0.55% 0.43% -
HSV(B) 201.32º 0.71% 0.67% -
XYZ 16.11 18.73 40.8 -
YUV 108.58 162.66 85.5 -
System Red Green Blue C M Y K H S L
Decimal 49 127 170 0.71 0.25 0 0.33 201.32 0.55 0.43
Hex 31 7F AA 47 19 0 21 C9 37 2B
Octal 61 177 252 107 31 0 41 311 67 53
Binary 110001 1111111 10101010 1000111 11001 0 100001 11001001 110111 101011

Color Harmonies of #317FAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #317FAA

Black with #317FAA

Text Example


Text Example

White with #317FAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(49,127,170); }

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

background-color css

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

 a { background-color: rgb(49,127,170); }

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

border-color css

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

 span { border-color: rgb(49,127,170); }

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