#242F6F

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

Shades of Deep Koamaru #242F6F

Tints of Deep Koamaru #242F6F

Color information

#242F6F (or 0x242F6F) is unknown color: approx Deep Koamaru. HEX triplet: 24, 2F and 6F. RGB value is (36,47,111). Sum of RGB (Red+Green+Blue) = 36+47+111=194 (25% of max value = 765). Red value is 36 (14.45% from 255 or 18.56% from 194); Green value is 47 (18.75% from 255 or 24.23% from 194); Blue value is 111 (43.75% from 255 or 57.22% from 194); Max value from RGB is 111 - color contains mainly: blue. Hex color #242F6F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #242F6F is #DBD090. Grayscale: #323232. Windows color (decimal): -14405777 or 7286564. OLE color: 7286564.

HSL color Cylindrical-coordinate representation of color #242F6F: hue angle of 231.2º degrees, saturation: 0.51, 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 #242F6F is Cyan = 0.68, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB3647111-
CMYK0.680.5800.56
HSL231.2º51.02%28.82%-
HSV(B)231.2º67.57%43.53%-
XYZ4.613.5615.48-
YUV51.01161.86117.3-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 18.56%
GREEN value IS 47 (18.75% from 255) = 24.23%
BLUE value IS 111 (43.75% from 255) = 57.22%
R=18.56%
G=24.23%
B=57.22%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal36471110.680.5800.56231.251.0228.82
Hex242F6F443A038e7331d
Octal4457157104720703476335
Binary1001001011111101111100010011101001110001110011111001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #242F6F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(36,47,111); }

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

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

 a { background-color: rgb(36,47,111); }

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

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

 span { border-color: rgb(36,47,111); }

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