#318ECA

Color #318ECA Curious Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Curious Blue #318ECA

Tints of Curious Blue #318ECA

Color information

#318ECA (or 0x318ECA) is unknown color: approx Curious Blue. HEX triplet: 31, 8E and CA. RGB value is (49,142,202). Sum of RGB (Red+Green+Blue) = 49+142+202=393 (52% of max value = 765). Red value is 49 (19.53% from 255 or 12.47% from 393); Green value is 142 (55.86% from 255 or 36.13% from 393); Blue value is 202 (79.30% from 255 or 51.40% from 393); Max value from RGB is 202 - color contains mainly: blue. Hex color #318ECA is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #318ECA is #CE7135. Grayscale: #787878. Windows color (decimal): -13529398 or 13274673. OLE color: 13274673.

HSL color Cylindrical-coordinate representation of color #318ECA: hue angle of 203.53º degrees, saturation: 0.61, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #318ECA is Cyan = 0.76, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB49142202-
CMYK0.760.3000.21
HSL203.53º60.96%49.22%-
HSV(B)203.53º75.74%79.22%-
XYZ21.624.2659.42-
YUV121.03173.6976.62-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 12.47%
GREEN value IS 142 (55.86% from 255) = 36.13%
BLUE value IS 202 (79.30% from 255) = 51.40%
R=12.47%
G=36.13%
B=51.40%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal491422020.760.3000.21203.5360.9649.22
Hex318ECA4C1E015cc3d31
Octal61216312114360253147561
Binary110001100011101100101010011001111001010111001100111101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #318ECA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #318ECA;
 }
 .AnyTagClassName
 {
   color: #318ECA;
 }
</style>
background-color css

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

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

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

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

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

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