#2E93CB

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

Shades of Curious Blue #2E93CB

Tints of Curious Blue #2E93CB

Color information

#2E93CB (or 0x2E93CB) is unknown color: approx Curious Blue. HEX triplet: 2E, 93 and CB. RGB value is (46,147,203). Sum of RGB (Red+Green+Blue) = 46+147+203=396 (52% of max value = 765). Red value is 46 (18.36% from 255 or 11.62% from 396); Green value is 147 (57.81% from 255 or 37.12% from 396); Blue value is 203 (79.69% from 255 or 51.26% from 396); Max value from RGB is 203 - color contains mainly: blue. Hex color #2E93CB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2E93CB is #D16C34. Grayscale: #7A7A7A. Windows color (decimal): -13724725 or 13341486. OLE color: 13341486.

HSL color Cylindrical-coordinate representation of color #2E93CB: hue angle of 201.4º degrees, saturation: 0.63, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #2E93CB is Cyan = 0.77, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB46147203-
CMYK0.770.2800.20
HSL201.4º63.05%48.82%-
HSV(B)201.4º77.34%79.61%-
XYZ22.3425.7660.29-
YUV123.18173.0472.95-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 11.62%
GREEN value IS 147 (57.81% from 255) = 37.12%
BLUE value IS 203 (79.69% from 255) = 51.26%
R=11.62%
G=37.12%
B=51.26%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal461472030.770.2800.20201.463.0548.82
Hex2E93CB4D1C014c93f31
Octal56223313115340243117761
Binary101110100100111100101110011011110001010011001001111111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E93CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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