#242B6D

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

Shades of Deep Koamaru #242B6D

Tints of Deep Koamaru #242B6D

Color information

#242B6D (or 0x242B6D) is unknown color: approx Deep Koamaru. HEX triplet: 24, 2B and 6D. RGB value is (36,43,109). Sum of RGB (Red+Green+Blue) = 36+43+109=188 (24% of max value = 765). Red value is 36 (14.45% from 255 or 19.15% from 188); Green value is 43 (17.19% from 255 or 22.87% from 188); Blue value is 109 (42.97% from 255 or 57.98% from 188); Max value from RGB is 109 - color contains mainly: blue. Hex color #242B6D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #242B6D is #DBD492. Grayscale: #303030. Windows color (decimal): -14406803 or 7154468. OLE color: 7154468.

HSL color Cylindrical-coordinate representation of color #242B6D: hue angle of 234.25º degrees, saturation: 0.5, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #242B6D is Cyan = 0.67, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB3643109-
CMYK0.670.6100.57
HSL234.25º50.34%28.43%-
HSV(B)234.25º66.97%42.75%-
XYZ4.353.2114.86-
YUV48.43162.18119.13-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 19.15%
GREEN value IS 43 (17.19% from 255) = 22.87%
BLUE value IS 109 (42.97% from 255) = 57.98%
R=19.15%
G=22.87%
B=57.98%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal36431090.670.6100.57234.2550.3428.43
Hex242B6D433D039ea321c
Octal4453155103750713526234
Binary1001001010111101101100001111110101110011110101011001011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #242B6D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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