Html Css Color HEX #317EC8 Curious Blue

📋 copy color: '#317EC8'

red 49 ◦ green 126 ◦ blue 200

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

Shades of Curious Blue #317EC8

Tints of Curious Blue #317EC8

RGB

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

 GREEN value IS 126 (49.61% from 255) = 33.6%

 BLUE value IS 200 (78.52% from 255) = 53.33%

R = 13.07%
G = 33.6%
B = 53.33%

CMYK

 C value IS 0.76

 M value IS 0.37

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#317EC8 (or 0x317EC8) is known color: Curious Blue. HEX triplet: 31, 7E and C8. RGB value is (49,126,200). Sum of RGB (Red+Green+Blue) = 49+126+200=375 (49% of max value = 765). Red value is 49 (19.53% from 255 or 13.07% from 375); Green value is 126 (49.61% from 255 or 33.6% from 375); Blue value is 200 (78.52% from 255 or 53.33% from 375); Max value from RGB is 200 - color contains mainly: blue. Hex color #317EC8 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #317EC8 is #CE8137. Grayscale: #6F6F6F. Windows color (decimal): -13533496 or 13139505. OLE color: 13139505.

HSL color Cylindrical-coordinate representation of color #317EC8: hue angle of 209.4º degrees, saturation: 0.61, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #317EC8 is Cyan = 0.76, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 49 126 200 -
CMYK 0.76 0.37 0 0.22
HSL 209.4º 0.61% 0.49% -
HSV(B) 209.4º 0.76% 0.78% -
XYZ 19.15 19.74 57.45 -
YUV 111.41 177.99 83.48 -
System Red Green Blue C M Y K H S L
Decimal 49 126 200 0.76 0.37 0 0.22 209.4 0.61 0.49
Hex 31 7E C8 4C 25 0 16 D1 3D 31
Octal 61 176 310 114 45 0 26 321 75 61
Binary 110001 1111110 11001000 1001100 100101 0 10110 11010001 111101 110001

Color Harmonies of #317EC8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #317EC8

Black with #317EC8

Text Example


Text Example

White with #317EC8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(49,126,200); }

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

background-color css

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

 a { background-color: rgb(49,126,200); }

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

border-color css

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

 span { border-color: rgb(49,126,200); }

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