#2E95CC

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

Shades of Curious Blue #2E95CC

Tints of Curious Blue #2E95CC

Color information

#2E95CC (or 0x2E95CC) is unknown color: approx Curious Blue. HEX triplet: 2E, 95 and CC. RGB value is (46,149,204). Sum of RGB (Red+Green+Blue) = 46+149+204=399 (52% of max value = 765). Red value is 46 (18.36% from 255 or 11.53% from 399); Green value is 149 (58.59% from 255 or 37.34% from 399); Blue value is 204 (80.08% from 255 or 51.13% from 399); Max value from RGB is 204 - color contains mainly: blue. Hex color #2E95CC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2E95CC is #D16A33. Grayscale: #7C7C7C. Windows color (decimal): -13724212 or 13407534. OLE color: 13407534.

HSL color Cylindrical-coordinate representation of color #2E95CC: hue angle of 200.89º 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 #2E95CC is Cyan = 0.77, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB46149204-
CMYK0.770.2700.2
HSL200.89º63.2%49.02%-
HSV(B)200.89º77.45%80%-
XYZ22.7726.4461.03-
YUV124.47172.8872.03-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 11.53%
GREEN value IS 149 (58.59% from 255) = 37.34%
BLUE value IS 204 (80.08% from 255) = 51.13%
R=11.53%
G=37.34%
B=51.13%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal461492040.770.2700.2200.8963.249.02
Hex2E95CC4D1B014c93f31
Octal56225314115330243117761
Binary101110100101011100110010011011101101010011001001111111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E95CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(46,149,204); }

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

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

 a { background-color: rgb(46,149,204); }

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

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

 span { border-color: rgb(46,149,204); }

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