Html Css Color HEX #317DB3 Curious Blue

📋 copy color: '#317DB3'

red 49 ◦ green 125 ◦ blue 179

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

Shades of Curious Blue #317DB3

Tints of Curious Blue #317DB3

RGB

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

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

 BLUE value IS 179 (70.31% from 255) = 50.71%

R = 13.88%
G = 35.41%
B = 50.71%

CMYK

 C value IS 0.73

 M value IS 0.30

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#317DB3 (or 0x317DB3) is known color: Curious Blue. HEX triplet: 31, 7D and B3. RGB value is (49,125,179). Sum of RGB (Red+Green+Blue) = 49+125+179=353 (46% of max value = 765). Red value is 49 (19.53% from 255 or 13.88% from 353); Green value is 125 (49.22% from 255 or 35.41% from 353); Blue value is 179 (70.31% from 255 or 50.71% from 353); Max value from RGB is 179 - color contains mainly: blue. Hex color #317DB3 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #317DB3 is #CE824C. Grayscale: #6C6C6C. Windows color (decimal): -13533773 or 11762993. OLE color: 11762993.

HSL color Cylindrical-coordinate representation of color #317DB3: hue angle of 204.92º degrees, saturation: 0.57, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #317DB3 is Cyan = 0.73, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB 49 125 179 -
CMYK 0.73 0.30 0 0.30
HSL 204.92º 0.57% 0.45% -
HSV(B) 204.92º 0.73% 0.7% -
XYZ 16.74 18.57 45.35 -
YUV 108.43 167.82 85.61 -
System Red Green Blue C M Y K H S L
Decimal 49 125 179 0.73 0.30 0 0.30 204.92 0.57 0.45
Hex 31 7D B3 49 1E 0 1E CD 39 2D
Octal 61 175 263 111 36 0 36 315 71 55
Binary 110001 1111101 10110011 1001001 11110 0 11110 11001101 111001 101101

Color Harmonies of #317DB3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #317DB3

Black with #317DB3

Text Example


Text Example

White with #317DB3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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