Html Css Color HEX #317EB9 Curious Blue

📋 copy color: '#317EB9'

red 49 ◦ green 126 ◦ blue 185

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

Shades of Curious Blue #317EB9

Tints of Curious Blue #317EB9

RGB

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

 GREEN value IS 126 (49.61% from 255) = 35%

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

R = 13.61%
G = 35%
B = 51.39%

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

#317EB9 (or 0x317EB9) is known color: Curious Blue. HEX triplet: 31, 7E and B9. RGB value is (49,126,185). Sum of RGB (Red+Green+Blue) = 49+126+185=360 (47% of max value = 765). Red value is 49 (19.53% from 255 or 13.61% from 360); Green value is 126 (49.61% from 255 or 35% from 360); Blue value is 185 (72.66% from 255 or 51.39% from 360); Max value from RGB is 185 - color contains mainly: blue. Hex color #317EB9 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #317EB9 is #CE8146. Grayscale: #6D6D6D. Windows color (decimal): -13533511 or 12156465. OLE color: 12156465.

HSL color Cylindrical-coordinate representation of color #317EB9: hue angle of 206.03º 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 #317EB9 is Cyan = 0.74, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 49 126 185 -
CMYK 0.74 0.32 0 0.27
HSL 206.03º 0.58% 0.46% -
HSV(B) 206.03º 0.74% 0.73% -
XYZ 17.48 19.08 48.66 -
YUV 109.7 170.49 84.7 -
System Red Green Blue C M Y K H S L
Decimal 49 126 185 0.74 0.32 0 0.27 206.03 0.58 0.46
Hex 31 7E B9 4A 20 0 1B CE 3A 2E
Octal 61 176 271 112 40 0 33 316 72 56
Binary 110001 1111110 10111001 1001010 100000 0 11011 11001110 111010 101110

Color Harmonies of #317EB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #317EB9

Black with #317EB9

Text Example


Text Example

White with #317EB9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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