Html Css Color HEX #317DB9 Curious Blue

📋 copy color: '#317DB9'

red 49 ◦ green 125 ◦ blue 185

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

Shades of Curious Blue #317DB9

Tints of Curious Blue #317DB9

RGB

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

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

 BLUE value IS 185 (72.66% from 255) = 51.53%

R = 13.65%
G = 34.82%
B = 51.53%

CMYK

 C value IS 0.74

 M value IS 0.32

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#317DB9 (or 0x317DB9) is known color: Curious Blue. HEX triplet: 31, 7D and B9. RGB value is (49,125,185). Sum of RGB (Red+Green+Blue) = 49+125+185=359 (47% of max value = 765). Red value is 49 (19.53% from 255 or 13.65% from 359); Green value is 125 (49.22% from 255 or 34.82% from 359); Blue value is 185 (72.66% from 255 or 51.53% from 359); Max value from RGB is 185 - color contains mainly: blue. Hex color #317DB9 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #317DB9 is #CE8246. Grayscale: #6C6C6C. Windows color (decimal): -13533767 or 12156209. OLE color: 12156209.

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

Color convert

RGB 49 125 185 -
CMYK 0.74 0.32 0 0.27
HSL 206.47º 0.58% 0.46% -
HSV(B) 206.47º 0.74% 0.73% -
XYZ 17.36 18.82 48.62 -
YUV 109.12 170.82 85.12 -
System Red Green Blue C M Y K H S L
Decimal 49 125 185 0.74 0.32 0 0.27 206.47 0.58 0.46
Hex 31 7D B9 4A 20 0 1B CE 3A 2E
Octal 61 175 271 112 40 0 33 316 72 56
Binary 110001 1111101 10111001 1001010 100000 0 11011 11001110 111010 101110

Color Harmonies of #317DB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #317DB9

Black with #317DB9

Text Example


Text Example

White with #317DB9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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