Html Css Color HEX #317DB7 Curious Blue

📋 copy color: '#317DB7'

red 49 ◦ green 125 ◦ blue 183

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

Shades of Curious Blue #317DB7

Tints of Curious Blue #317DB7

RGB

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

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

 BLUE value IS 183 (71.88% from 255) = 51.26%

R = 13.73%
G = 35.01%
B = 51.26%

CMYK

 C value IS 0.73

 M value IS 0.32

 Y value IS 0

 K value IS 0.28

RGB Variations

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

Color information

#317DB7 (or 0x317DB7) is known color: Curious Blue. HEX triplet: 31, 7D and B7. RGB value is (49,125,183). Sum of RGB (Red+Green+Blue) = 49+125+183=357 (47% of max value = 765). Red value is 49 (19.53% from 255 or 13.73% from 357); Green value is 125 (49.22% from 255 or 35.01% from 357); Blue value is 183 (71.88% from 255 or 51.26% from 357); Max value from RGB is 183 - color contains mainly: blue. Hex color #317DB7 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #317DB7 is #CE8248. Grayscale: #6C6C6C. Windows color (decimal): -13533769 or 12025137. OLE color: 12025137.

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

Color convert

RGB 49 125 183 -
CMYK 0.73 0.32 0 0.28
HSL 205.97º 0.58% 0.45% -
HSV(B) 205.97º 0.73% 0.72% -
XYZ 17.15 18.74 47.51 -
YUV 108.89 169.82 85.28 -
System Red Green Blue C M Y K H S L
Decimal 49 125 183 0.73 0.32 0 0.28 205.97 0.58 0.45
Hex 31 7D B7 49 20 0 1C CE 3A 2D
Octal 61 175 267 111 40 0 34 316 72 55
Binary 110001 1111101 10110111 1001001 100000 0 11100 11001110 111010 101101

Color Harmonies of #317DB7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #317DB7

Black with #317DB7

Text Example


Text Example

White with #317DB7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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