Html Css Color HEX #317DC0 Curious Blue

📋 copy color: '#317DC0'

red 49 ◦ green 125 ◦ blue 192

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

Shades of Curious Blue #317DC0

Tints of Curious Blue #317DC0

RGB

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

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

 BLUE value IS 192 (75.39% from 255) = 52.46%

R = 13.39%
G = 34.15%
B = 52.46%

CMYK

 C value IS 0.74

 M value IS 0.35

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#317DC0 (or 0x317DC0) is known color: Curious Blue. HEX triplet: 31, 7D and C0. RGB value is (49,125,192). Sum of RGB (Red+Green+Blue) = 49+125+192=366 (48% of max value = 765). Red value is 49 (19.53% from 255 or 13.39% from 366); Green value is 125 (49.22% from 255 or 34.15% from 366); Blue value is 192 (75.39% from 255 or 52.46% from 366); Max value from RGB is 192 - color contains mainly: blue. Hex color #317DC0 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #317DC0 is #CE823F. Grayscale: #6D6D6D. Windows color (decimal): -13533760 or 12614961. OLE color: 12614961.

HSL color Cylindrical-coordinate representation of color #317DC0: hue angle of 208.11º degrees, saturation: 0.59, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #317DC0 is Cyan = 0.74, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 49 125 192 -
CMYK 0.74 0.35 0 0.25
HSL 208.11º 0.59% 0.47% -
HSV(B) 208.11º 0.74% 0.75% -
XYZ 18.11 19.13 52.61 -
YUV 109.91 174.32 84.55 -
System Red Green Blue C M Y K H S L
Decimal 49 125 192 0.74 0.35 0 0.25 208.11 0.59 0.47
Hex 31 7D C0 4A 23 0 19 D0 3B 2F
Octal 61 175 300 112 43 0 31 320 73 57
Binary 110001 1111101 11000000 1001010 100011 0 11001 11010000 111011 101111

Color Harmonies of #317DC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #317DC0

Black with #317DC0

Text Example


Text Example

White with #317DC0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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