Html Css Color HEX #317FC1 Curious Blue

📋 copy color: '#317FC1'

red 49 ◦ green 127 ◦ blue 193

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

Shades of Curious Blue #317FC1

Tints of Curious Blue #317FC1

RGB

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

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

 BLUE value IS 193 (75.78% from 255) = 52.3%

R = 13.28%
G = 34.42%
B = 52.3%

CMYK

 C value IS 0.75

 M value IS 0.34

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#317FC1 (or 0x317FC1) is known color: Curious Blue. HEX triplet: 31, 7F and C1. RGB value is (49,127,193). Sum of RGB (Red+Green+Blue) = 49+127+193=369 (48% of max value = 765). Red value is 49 (19.53% from 255 or 13.28% from 369); Green value is 127 (50% from 255 or 34.42% from 369); Blue value is 193 (75.78% from 255 or 52.30% from 369); Max value from RGB is 193 - color contains mainly: blue. Hex color #317FC1 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #317FC1 is #CE803E. Grayscale: #6E6E6E. Windows color (decimal): -13533247 or 12681009. OLE color: 12681009.

HSL color Cylindrical-coordinate representation of color #317FC1: hue angle of 207.5º degrees, saturation: 0.6, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #317FC1 is Cyan = 0.75, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 49 127 193 -
CMYK 0.75 0.34 0 0.24
HSL 207.5º 0.6% 0.47% -
HSV(B) 207.5º 0.75% 0.76% -
XYZ 18.48 19.68 53.28 -
YUV 111.2 174.16 83.63 -
System Red Green Blue C M Y K H S L
Decimal 49 127 193 0.75 0.34 0 0.24 207.5 0.6 0.47
Hex 31 7F C1 4B 22 0 18 D0 3C 2F
Octal 61 177 301 113 42 0 30 320 74 57
Binary 110001 1111111 11000001 1001011 100010 0 11000 11010000 111100 101111

Color Harmonies of #317FC1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #317FC1

Black with #317FC1

Text Example


Text Example

White with #317FC1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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