#242A69

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

Shades of Deep Koamaru #242A69

Tints of Deep Koamaru #242A69

Color information

#242A69 (or 0x242A69) is unknown color: approx Deep Koamaru. HEX triplet: 24, 2A and 69. RGB value is (36,42,105). Sum of RGB (Red+Green+Blue) = 36+42+105=183 (24% of max value = 765). Red value is 36 (14.45% from 255 or 19.67% from 183); Green value is 42 (16.80% from 255 or 22.95% from 183); Blue value is 105 (41.41% from 255 or 57.38% from 183); Max value from RGB is 105 - color contains mainly: blue. Hex color #242A69 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #242A69 is #DBD596. Grayscale: #2F2F2F. Windows color (decimal): -14407063 or 6892068. OLE color: 6892068.

HSL color Cylindrical-coordinate representation of color #242A69: hue angle of 234.78º 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 #242A69 is Cyan = 0.66, Magento = 0.6, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB3642105-
CMYK0.660.600.59
HSL234.78º48.94%27.65%-
HSV(B)234.78º65.71%41.18%-
XYZ4.113.0513.74-
YUV47.39160.51119.88-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 19.67%
GREEN value IS 42 (16.80% from 255) = 22.95%
BLUE value IS 105 (41.41% from 255) = 57.38%
R=19.67%
G=22.95%
B=57.38%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.6
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal36421050.660.600.59234.7848.9427.65
Hex242A69423C03Beb311c
Octal4452151102740733536134
Binary1001001010101101001100001011110001110111110101111000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #242A69

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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