Html Css Color HEX #317BC0 Curious Blue

📋 copy color: '#317BC0'

red 49 ◦ green 123 ◦ blue 192

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

Shades of Curious Blue #317BC0

Tints of Curious Blue #317BC0

RGB

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

 GREEN value IS 123 (48.44% from 255) = 33.79%

 BLUE value IS 192 (75.39% from 255) = 52.75%

R = 13.46%
G = 33.79%
B = 52.75%

CMYK

 C value IS 0.74

 M value IS 0.36

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#317BC0 (or 0x317BC0) is known color: Curious Blue. HEX triplet: 31, 7B and C0. RGB value is (49,123,192). Sum of RGB (Red+Green+Blue) = 49+123+192=364 (48% of max value = 765). Red value is 49 (19.53% from 255 or 13.46% from 364); Green value is 123 (48.44% from 255 or 33.79% from 364); Blue value is 192 (75.39% from 255 or 52.75% from 364); Max value from RGB is 192 - color contains mainly: blue. Hex color #317BC0 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #317BC0 is #CE843F. Grayscale: #6C6C6C. Windows color (decimal): -13534272 or 12614449. OLE color: 12614449.

HSL color Cylindrical-coordinate representation of color #317BC0: hue angle of 208.95º degrees, saturation: 0.59, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #317BC0 is Cyan = 0.74, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 49 123 192 -
CMYK 0.74 0.36 0 0.25
HSL 208.95º 0.59% 0.47% -
HSV(B) 208.95º 0.74% 0.75% -
XYZ 17.86 18.62 52.52 -
YUV 108.74 174.98 85.39 -
System Red Green Blue C M Y K H S L
Decimal 49 123 192 0.74 0.36 0 0.25 208.95 0.59 0.47
Hex 31 7B C0 4A 24 0 19 D1 3B 2F
Octal 61 173 300 112 44 0 31 321 73 57
Binary 110001 1111011 11000000 1001010 100100 0 11001 11010001 111011 101111

Color Harmonies of #317BC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #317BC0

Black with #317BC0

Text Example


Text Example

White with #317BC0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(49,123,192); }

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

background-color css

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

 a { background-color: rgb(49,123,192); }

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

border-color css

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

 span { border-color: rgb(49,123,192); }

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