Html Css Color HEX #318ECE Curious Blue

📋 copy color: '#318ECE'

red 49 ◦ green 142 ◦ blue 206

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

Shades of Curious Blue #318ECE

Tints of Curious Blue #318ECE

RGB

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

 GREEN value IS 142 (55.86% from 255) = 35.77%

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

R = 12.34%
G = 35.77%
B = 51.89%

CMYK

 C value IS 0.76

 M value IS 0.31

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#318ECE (or 0x318ECE) is known color: Curious Blue. HEX triplet: 31, 8E and CE. RGB value is (49,142,206). Sum of RGB (Red+Green+Blue) = 49+142+206=397 (52% of max value = 765). Red value is 49 (19.53% from 255 or 12.34% from 397); Green value is 142 (55.86% from 255 or 35.77% from 397); Blue value is 206 (80.86% from 255 or 51.89% from 397); Max value from RGB is 206 - color contains mainly: blue. Hex color #318ECE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #318ECE is #CE7131. Grayscale: #797979. Windows color (decimal): -13529394 or 13536817. OLE color: 13536817.

HSL color Cylindrical-coordinate representation of color #318ECE: hue angle of 204.46º 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 #318ECE is Cyan = 0.76, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 49 142 206 -
CMYK 0.76 0.31 0 0.19
HSL 204.46º 0.62% 0.5% -
HSV(B) 204.46º 0.76% 0.81% -
XYZ 22.08 24.46 61.95 -
YUV 121.49 175.69 76.3 -
System Red Green Blue C M Y K H S L
Decimal 49 142 206 0.76 0.31 0 0.19 204.46 0.62 0.5
Hex 31 8E CE 4C 1F 0 13 CC 3E 32
Octal 61 216 316 114 37 0 23 314 76 62
Binary 110001 10001110 11001110 1001100 11111 0 10011 11001100 111110 110010

Color Harmonies of #318ECE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #318ECE

Black with #318ECE

Text Example


Text Example

White with #318ECE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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