#242E6D

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

Shades of Deep Koamaru #242E6D

Tints of Deep Koamaru #242E6D

Color information

#242E6D (or 0x242E6D) is unknown color: approx Deep Koamaru. HEX triplet: 24, 2E and 6D. RGB value is (36,46,109). Sum of RGB (Red+Green+Blue) = 36+46+109=191 (25% of max value = 765). Red value is 36 (14.45% from 255 or 18.85% from 191); Green value is 46 (18.36% from 255 or 24.08% from 191); Blue value is 109 (42.97% from 255 or 57.07% from 191); Max value from RGB is 109 - color contains mainly: blue. Hex color #242E6D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #242E6D is #DBD192. Grayscale: #313131. Windows color (decimal): -14406035 or 7155236. OLE color: 7155236.

HSL color Cylindrical-coordinate representation of color #242E6D: hue angle of 231.78º degrees, saturation: 0.5, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #242E6D is Cyan = 0.67, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB3646109-
CMYK0.670.5800.57
HSL231.78º50.34%28.43%-
HSV(B)231.78º66.97%42.75%-
XYZ4.463.4314.9-
YUV50.19161.19117.88-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 18.85%
GREEN value IS 46 (18.36% from 255) = 24.08%
BLUE value IS 109 (42.97% from 255) = 57.07%
R=18.85%
G=24.08%
B=57.07%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal36461090.670.5800.57231.7850.3428.43
Hex242E6D433A039e8321c
Octal4456155103720713506234
Binary1001001011101101101100001111101001110011110100011001011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #242E6D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #242E6D; }

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

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

<style>
 a { background-color: #242E6D; }

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

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

<style>
 span { border-color: #242E6D; }

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

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