#2E93CF

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

Shades of Curious Blue #2E93CF

Tints of Curious Blue #2E93CF

Color information

#2E93CF (or 0x2E93CF) is unknown color: approx Curious Blue. HEX triplet: 2E, 93 and CF. RGB value is (46,147,207). Sum of RGB (Red+Green+Blue) = 46+147+207=400 (52% of max value = 765). Red value is 46 (18.36% from 255 or 11.5% from 400); Green value is 147 (57.81% from 255 or 36.75% from 400); Blue value is 207 (81.25% from 255 or 51.75% from 400); Max value from RGB is 207 - color contains mainly: blue. Hex color #2E93CF is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2E93CF is #D16C30. Grayscale: #7B7B7B. Windows color (decimal): -13724721 or 13603630. OLE color: 13603630.

HSL color Cylindrical-coordinate representation of color #2E93CF: hue angle of 202.36º degrees, saturation: 0.64, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #2E93CF is Cyan = 0.78, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB46147207-
CMYK0.780.2900.19
HSL202.36º63.64%49.61%-
HSV(B)202.36º77.78%81.18%-
XYZ22.8225.9562.84-
YUV123.64175.0472.62-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 11.5%
GREEN value IS 147 (57.81% from 255) = 36.75%
BLUE value IS 207 (81.25% from 255) = 51.75%
R=11.5%
G=36.75%
B=51.75%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal461472070.780.2900.19202.3663.6449.61
Hex2E93CF4E1D013ca4032
Octal562233171163502331210062
Binary1011101001001111001111100111011101010011110010101000000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E93CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2E93CF; }

 p { color: rgb(46,147,207); }

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

<style>
 a { background-color: #2E93CF; }

 a { background-color: rgb(46,147,207); }

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

<style>
 span { border-color: #2E93CF; }

 span { border-color: rgb(46,147,207); }

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