#242969

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

Shades of Deep Koamaru #242969

Tints of Deep Koamaru #242969

Color information

#242969 (or 0x242969) is unknown color: approx Deep Koamaru. HEX triplet: 24, 29 and 69. RGB value is (36,41,105). Sum of RGB (Red+Green+Blue) = 36+41+105=182 (24% of max value = 765). Red value is 36 (14.45% from 255 or 19.78% from 182); Green value is 41 (16.41% from 255 or 22.53% from 182); Blue value is 105 (41.41% from 255 or 57.69% from 182); Max value from RGB is 105 - color contains mainly: blue. Hex color #242969 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #242969 is #DBD696. Grayscale: #2E2E2E. Windows color (decimal): -14407319 or 6891812. OLE color: 6891812.

HSL color Cylindrical-coordinate representation of color #242969: hue angle of 235.65º degrees, saturation: 0.49, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #242969 is Cyan = 0.66, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB3641105-
CMYK0.660.6100.59
HSL235.65º48.94%27.65%-
HSV(B)235.65º65.71%41.18%-
XYZ4.072.9813.73-
YUV46.8160.84120.3-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 19.78%
GREEN value IS 41 (16.41% from 255) = 22.53%
BLUE value IS 105 (41.41% from 255) = 57.69%
R=19.78%
G=22.53%
B=57.69%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal36411050.660.6100.59235.6548.9427.65
Hex242969423D03Bec311c
Octal4451151102750733546134
Binary1001001010011101001100001011110101110111110110011000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #242969

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #242969; }

 p { color: rgb(36,41,105); }

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

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

 a { background-color: rgb(36,41,105); }

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

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

 span { border-color: rgb(36,41,105); }

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