Html Css Color HEX #317ECD Curious Blue

📋 copy color: '#317ECD'

red 49 ◦ green 126 ◦ blue 205

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

Shades of Curious Blue #317ECD

Tints of Curious Blue #317ECD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 53.95%

R = 12.89%
G = 33.16%
B = 53.95%

CMYK

 C value IS 0.76

 M value IS 0.39

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#317ECD (or 0x317ECD) is known color: Curious Blue. HEX triplet: 31, 7E and CD. RGB value is (49,126,205). Sum of RGB (Red+Green+Blue) = 49+126+205=380 (50% of max value = 765). Red value is 49 (19.53% from 255 or 12.89% from 380); Green value is 126 (49.61% from 255 or 33.16% from 380); Blue value is 205 (80.47% from 255 or 53.95% from 380); Max value from RGB is 205 - color contains mainly: blue. Hex color #317ECD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #317ECD is #CE8132. Grayscale: #6F6F6F. Windows color (decimal): -13533491 or 13467185. OLE color: 13467185.

HSL color Cylindrical-coordinate representation of color #317ECD: hue angle of 210.38º degrees, saturation: 0.61, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #317ECD is Cyan = 0.76, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 49 126 205 -
CMYK 0.76 0.39 0 0.20
HSL 210.38º 0.61% 0.5% -
HSV(B) 210.38º 0.76% 0.8% -
XYZ 19.75 19.98 60.57 -
YUV 111.98 180.49 83.08 -
System Red Green Blue C M Y K H S L
Decimal 49 126 205 0.76 0.39 0 0.20 210.38 0.61 0.5
Hex 31 7E CD 4C 27 0 14 D2 3D 32
Octal 61 176 315 114 47 0 24 322 75 62
Binary 110001 1111110 11001101 1001100 100111 0 10100 11010010 111101 110010

Color Harmonies of #317ECD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #317ECD

Black with #317ECD

Text Example


Text Example

White with #317ECD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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