Html Css Color HEX #317DB8 Curious Blue

📋 copy color: '#317DB8'

red 49 ◦ green 125 ◦ blue 184

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

Shades of Curious Blue #317DB8

Tints of Curious Blue #317DB8

RGB

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

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

 BLUE value IS 184 (72.27% from 255) = 51.4%

R = 13.69%
G = 34.92%
B = 51.4%

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

#317DB8 (or 0x317DB8) is known color: Curious Blue. HEX triplet: 31, 7D and B8. RGB value is (49,125,184). Sum of RGB (Red+Green+Blue) = 49+125+184=358 (47% of max value = 765). Red value is 49 (19.53% from 255 or 13.69% from 358); Green value is 125 (49.22% from 255 or 34.92% from 358); Blue value is 184 (72.27% from 255 or 51.40% from 358); Max value from RGB is 184 - color contains mainly: blue. Hex color #317DB8 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #317DB8 is #CE8247. Grayscale: #6C6C6C. Windows color (decimal): -13533768 or 12090673. OLE color: 12090673.

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

Color convert

RGB 49 125 184 -
CMYK 0.73 0.32 0 0.28
HSL 206.22º 0.58% 0.46% -
HSV(B) 206.22º 0.73% 0.72% -
XYZ 17.25 18.78 48.06 -
YUV 109 170.32 85.2 -
System Red Green Blue C M Y K H S L
Decimal 49 125 184 0.73 0.32 0 0.28 206.22 0.58 0.46
Hex 31 7D B8 49 20 0 1C CE 3A 2E
Octal 61 175 270 111 40 0 34 316 72 56
Binary 110001 1111101 10111000 1001001 100000 0 11100 11001110 111010 101110

Color Harmonies of #317DB8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #317DB8

Black with #317DB8

Text Example


Text Example

White with #317DB8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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