Html Css Color HEX #317BC2 Curious Blue

📋 copy color: '#317BC2'

red 49 ◦ green 123 ◦ blue 194

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

Shades of Curious Blue #317BC2

Tints of Curious Blue #317BC2

RGB

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

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

 BLUE value IS 194 (76.17% from 255) = 53.01%

R = 13.39%
G = 33.61%
B = 53.01%

CMYK

 C value IS 0.75

 M value IS 0.37

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#317BC2 (or 0x317BC2) is known color: Curious Blue. HEX triplet: 31, 7B and C2. RGB value is (49,123,194). Sum of RGB (Red+Green+Blue) = 49+123+194=366 (48% of max value = 765). Red value is 49 (19.53% from 255 or 13.39% from 366); Green value is 123 (48.44% from 255 or 33.61% from 366); Blue value is 194 (76.17% from 255 or 53.01% from 366); Max value from RGB is 194 - color contains mainly: blue. Hex color #317BC2 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #317BC2 is #CE843D. Grayscale: #6C6C6C. Windows color (decimal): -13534270 or 12745521. OLE color: 12745521.

HSL color Cylindrical-coordinate representation of color #317BC2: hue angle of 209.38º degrees, saturation: 0.6, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #317BC2 is Cyan = 0.75, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 49 123 194 -
CMYK 0.75 0.37 0 0.24
HSL 209.38º 0.6% 0.48% -
HSV(B) 209.38º 0.75% 0.76% -
XYZ 18.09 18.71 53.7 -
YUV 108.97 175.98 85.23 -
System Red Green Blue C M Y K H S L
Decimal 49 123 194 0.75 0.37 0 0.24 209.38 0.6 0.48
Hex 31 7B C2 4B 25 0 18 D1 3C 30
Octal 61 173 302 113 45 0 30 321 74 60
Binary 110001 1111011 11000010 1001011 100101 0 11000 11010001 111100 110000

Color Harmonies of #317BC2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #317BC2

Black with #317BC2

Text Example


Text Example

White with #317BC2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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