Html Css Color HEX #317FAC Curious Blue

📋 copy color: '#317FAC'

red 49 ◦ green 127 ◦ blue 172

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

Shades of Curious Blue #317FAC

Tints of Curious Blue #317FAC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 49.43%

R = 14.08%
G = 36.49%
B = 49.43%

CMYK

 C value IS 0.72

 M value IS 0.26

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#317FAC (or 0x317FAC) is known color: Curious Blue. HEX triplet: 31, 7F and AC. RGB value is (49,127,172). Sum of RGB (Red+Green+Blue) = 49+127+172=348 (46% of max value = 765). Red value is 49 (19.53% from 255 or 14.08% from 348); Green value is 127 (50% from 255 or 36.49% from 348); Blue value is 172 (67.58% from 255 or 49.43% from 348); Max value from RGB is 172 - color contains mainly: blue. Hex color #317FAC is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #317FAC is #CE8053. Grayscale: #6C6C6C. Windows color (decimal): -13533268 or 11304753. OLE color: 11304753.

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

Color convert

RGB 49 127 172 -
CMYK 0.72 0.26 0 0.33
HSL 201.95º 0.56% 0.43% -
HSV(B) 201.95º 0.72% 0.67% -
XYZ 16.3 18.81 41.8 -
YUV 108.81 163.66 85.34 -
System Red Green Blue C M Y K H S L
Decimal 49 127 172 0.72 0.26 0 0.33 201.95 0.56 0.43
Hex 31 7F AC 48 1A 0 21 CA 38 2B
Octal 61 177 254 110 32 0 41 312 70 53
Binary 110001 1111111 10101100 1001000 11010 0 100001 11001010 111000 101011

Color Harmonies of #317FAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #317FAC

Black with #317FAC

Text Example


Text Example

White with #317FAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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