Html Css Color HEX #317ECE Curious Blue

📋 copy color: '#317ECE'

red 49 ◦ green 126 ◦ blue 206

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

Shades of Curious Blue #317ECE

Tints of Curious Blue #317ECE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 54.07%

R = 12.86%
G = 33.07%
B = 54.07%

CMYK

 C value IS 0.76

 M value IS 0.39

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#317ECE (or 0x317ECE) is known color: Curious Blue. HEX triplet: 31, 7E and CE. RGB value is (49,126,206). Sum of RGB (Red+Green+Blue) = 49+126+206=381 (50% of max value = 765). Red value is 49 (19.53% from 255 or 12.86% from 381); Green value is 126 (49.61% from 255 or 33.07% from 381); Blue value is 206 (80.86% from 255 or 54.07% from 381); Max value from RGB is 206 - color contains mainly: blue. Hex color #317ECE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #317ECE is #CE8131. Grayscale: #6F6F6F. Windows color (decimal): -13533490 or 13532721. OLE color: 13532721.

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

Color convert

RGB 49 126 206 -
CMYK 0.76 0.39 0 0.19
HSL 210.57º 0.62% 0.5% -
HSV(B) 210.57º 0.76% 0.81% -
XYZ 19.87 20.03 61.21 -
YUV 112.1 180.99 83 -
System Red Green Blue C M Y K H S L
Decimal 49 126 206 0.76 0.39 0 0.19 210.57 0.62 0.5
Hex 31 7E CE 4C 27 0 13 D3 3E 32
Octal 61 176 316 114 47 0 23 323 76 62
Binary 110001 1111110 11001110 1001100 100111 0 10011 11010011 111110 110010

Color Harmonies of #317ECE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #317ECE

Black with #317ECE

Text Example


Text Example

White with #317ECE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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