#242E71

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

Shades of Deep Koamaru #242E71

Tints of Deep Koamaru #242E71

Color information

#242E71 (or 0x242E71) is unknown color: approx Deep Koamaru. HEX triplet: 24, 2E and 71. RGB value is (36,46,113). Sum of RGB (Red+Green+Blue) = 36+46+113=195 (25% of max value = 765). Red value is 36 (14.45% from 255 or 18.46% from 195); Green value is 46 (18.36% from 255 or 23.59% from 195); Blue value is 113 (44.53% from 255 or 57.95% from 195); Max value from RGB is 113 - color contains mainly: blue. Hex color #242E71 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #242E71 is #DBD18E. Grayscale: #323232. Windows color (decimal): -14406031 or 7417380. OLE color: 7417380.

HSL color Cylindrical-coordinate representation of color #242E71: hue angle of 232.21º degrees, saturation: 0.52, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #242E71 is Cyan = 0.68, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB3646113-
CMYK0.680.5900.56
HSL232.21º51.68%29.22%-
HSV(B)232.21º68.14%44.31%-
XYZ4.693.5216.06-
YUV50.65163.19117.55-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 18.46%
GREEN value IS 46 (18.36% from 255) = 23.59%
BLUE value IS 113 (44.53% from 255) = 57.95%
R=18.46%
G=23.59%
B=57.95%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal36461130.680.5900.56232.2151.6829.22
Hex242E71443B038e8341d
Octal4456161104730703506435
Binary1001001011101110001100010011101101110001110100011010011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #242E71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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