Html Css Color HEX #317CB8 Curious Blue

📋 copy color: '#317CB8'

red 49 ◦ green 124 ◦ blue 184

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

Shades of Curious Blue #317CB8

Tints of Curious Blue #317CB8

RGB

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

 GREEN value IS 124 (48.83% from 255) = 34.73%

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

R = 13.73%
G = 34.73%
B = 51.54%

CMYK

 C value IS 0.73

 M value IS 0.33

 Y value IS 0

 K value IS 0.28

RGB Variations

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

Color information

#317CB8 (or 0x317CB8) is known color: Curious Blue. HEX triplet: 31, 7C and B8. RGB value is (49,124,184). Sum of RGB (Red+Green+Blue) = 49+124+184=357 (47% of max value = 765). Red value is 49 (19.53% from 255 or 13.73% from 357); Green value is 124 (48.83% from 255 or 34.73% from 357); Blue value is 184 (72.27% from 255 or 51.54% from 357); Max value from RGB is 184 - color contains mainly: blue. Hex color #317CB8 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #317CB8 is #CE8347. Grayscale: #6C6C6C. Windows color (decimal): -13534024 or 12090417. OLE color: 12090417.

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

Color convert

RGB 49 124 184 -
CMYK 0.73 0.33 0 0.28
HSL 206.67º 0.58% 0.46% -
HSV(B) 206.67º 0.73% 0.72% -
XYZ 17.13 18.53 48.02 -
YUV 108.42 170.65 85.62 -
System Red Green Blue C M Y K H S L
Decimal 49 124 184 0.73 0.33 0 0.28 206.67 0.58 0.46
Hex 31 7C B8 49 21 0 1C CF 3A 2E
Octal 61 174 270 111 41 0 34 317 72 56
Binary 110001 1111100 10111000 1001001 100001 0 11100 11001111 111010 101110

Color Harmonies of #317CB8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #317CB8

Black with #317CB8

Text Example


Text Example

White with #317CB8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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