Html Css Color HEX #317AB8 Curious Blue

📋 copy color: '#317AB8'

red 49 ◦ green 122 ◦ blue 184

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

Shades of Curious Blue #317AB8

Tints of Curious Blue #317AB8

RGB

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

 GREEN value IS 122 (48.05% from 255) = 34.37%

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

R = 13.8%
G = 34.37%
B = 51.83%

CMYK

 C value IS 0.73

 M value IS 0.34

 Y value IS 0

 K value IS 0.28

RGB Variations

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

Color information

#317AB8 (or 0x317AB8) is known color: Curious Blue. HEX triplet: 31, 7A and B8. RGB value is (49,122,184). Sum of RGB (Red+Green+Blue) = 49+122+184=355 (47% of max value = 765). Red value is 49 (19.53% from 255 or 13.80% from 355); Green value is 122 (48.05% from 255 or 34.37% from 355); Blue value is 184 (72.27% from 255 or 51.83% from 355); Max value from RGB is 184 - color contains mainly: blue. Hex color #317AB8 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #317AB8 is #CE8547. Grayscale: #6A6A6A. Windows color (decimal): -13534536 or 12089905. OLE color: 12089905.

HSL color Cylindrical-coordinate representation of color #317AB8: hue angle of 207.56º 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 #317AB8 is Cyan = 0.73, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB 49 122 184 -
CMYK 0.73 0.34 0 0.28
HSL 207.56º 0.58% 0.46% -
HSV(B) 207.56º 0.73% 0.72% -
XYZ 16.88 18.03 47.94 -
YUV 107.24 171.32 86.46 -
System Red Green Blue C M Y K H S L
Decimal 49 122 184 0.73 0.34 0 0.28 207.56 0.58 0.46
Hex 31 7A B8 49 22 0 1C D0 3A 2E
Octal 61 172 270 111 42 0 34 320 72 56
Binary 110001 1111010 10111000 1001001 100010 0 11100 11010000 111010 101110

Color Harmonies of #317AB8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #317AB8

Black with #317AB8

Text Example


Text Example

White with #317AB8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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