#242B6B

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

Shades of Deep Koamaru #242B6B

Tints of Deep Koamaru #242B6B

Color information

#242B6B (or 0x242B6B) is unknown color: approx Deep Koamaru. HEX triplet: 24, 2B and 6B. RGB value is (36,43,107). Sum of RGB (Red+Green+Blue) = 36+43+107=186 (24% of max value = 765). Red value is 36 (14.45% from 255 or 19.35% from 186); Green value is 43 (17.19% from 255 or 23.12% from 186); Blue value is 107 (42.19% from 255 or 57.53% from 186); Max value from RGB is 107 - color contains mainly: blue. Hex color #242B6B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #242B6B is #DBD494. Grayscale: #2F2F2F. Windows color (decimal): -14406805 or 7023396. OLE color: 7023396.

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

Color convert

RGB3643107-
CMYK0.660.6000.58
HSL234.08º49.65%28.04%-
HSV(B)234.08º66.36%41.96%-
XYZ4.253.1614.3-
YUV48.2161.18119.3-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 19.35%
GREEN value IS 43 (17.19% from 255) = 23.12%
BLUE value IS 107 (42.19% from 255) = 57.53%
R=19.35%
G=23.12%
B=57.53%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal36431070.660.6000.58234.0849.6528.04
Hex242B6B423C03Aea321c
Octal4453153102740723526234
Binary1001001010111101011100001011110001110101110101011001011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #242B6B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(36,43,107); }

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

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

 a { background-color: rgb(36,43,107); }

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

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

 span { border-color: rgb(36,43,107); }

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