#2E306D

Color #2E306D Deep Koamaru (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Deep Koamaru #2E306D

Tints of Deep Koamaru #2E306D

Color information

#2E306D (or 0x2E306D) is unknown color: approx Deep Koamaru. HEX triplet: 2E, 30 and 6D. RGB value is (46,48,109). Sum of RGB (Red+Green+Blue) = 46+48+109=203 (26% of max value = 765). Red value is 46 (18.36% from 255 or 22.66% from 203); Green value is 48 (19.14% from 255 or 23.65% from 203); Blue value is 109 (42.97% from 255 or 53.69% from 203); Max value from RGB is 109 - color contains mainly: blue. Hex color #2E306D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2E306D is #D1CF92. Grayscale: #363636. Windows color (decimal): -13750163 or 7155758. OLE color: 7155758.

HSL color Cylindrical-coordinate representation of color #2E306D: hue angle of 238.1º degrees, saturation: 0.41, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #2E306D is Cyan = 0.58, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB4648109-
CMYK0.580.5600.57
HSL238.1º40.65%30.39%-
HSV(B)238.1º57.8%42.75%-
XYZ4.943.814.94-
YUV54.36158.84122.04-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 22.66%
GREEN value IS 48 (19.14% from 255) = 23.65%
BLUE value IS 109 (42.97% from 255) = 53.69%
R=22.66%
G=23.65%
B=53.69%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal46481090.580.5600.57238.140.6530.39
Hex2E306D3A38039ee291e
Octal566015572700713565136
Binary101110110000110110111101011100001110011110111010100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E306D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(46,48,109); }

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

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

 a { background-color: rgb(46,48,109); }

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

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

 span { border-color: rgb(46,48,109); }

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