#242963

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

Shades of Deep Koamaru #242963

Tints of Deep Koamaru #242963

Color information

#242963 (or 0x242963) is unknown color: approx Deep Koamaru. HEX triplet: 24, 29 and 63. RGB value is (36,41,99). Sum of RGB (Red+Green+Blue) = 36+41+99=176 (23% of max value = 765). Red value is 36 (14.45% from 255 or 20.45% from 176); Green value is 41 (16.41% from 255 or 23.30% from 176); Blue value is 99 (39.06% from 255 or 56.25% from 176); Max value from RGB is 99 - color contains mainly: blue. Hex color #242963 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #242963 is #DBD69C. Grayscale: #2D2D2D. Windows color (decimal): -14407325 or 6498596. OLE color: 6498596.

HSL color Cylindrical-coordinate representation of color #242963: hue angle of 235.24º degrees, saturation: 0.47, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #242963 is Cyan = 0.64, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB364199-
CMYK0.640.5900.61
HSL235.24º46.67%26.47%-
HSV(B)235.24º63.64%38.82%-
XYZ3.772.8612.16-
YUV46.12157.84120.78-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 20.45%
GREEN value IS 41 (16.41% from 255) = 23.30%
BLUE value IS 99 (39.06% from 255) = 56.25%
R=20.45%
G=23.30%
B=56.25%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal3641990.640.5900.61235.2446.6726.47
Hex242963403B03Deb2f1a
Octal4451143100730753535732
Binary1001001010011100011100000011101101111011110101110111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #242963

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #242963; }

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

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

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

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

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

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

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

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