#36345A

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

Shades of Deep Koamaru #36345A

Tints of Deep Koamaru #36345A

Color information

#36345A (or 0x36345A) is unknown color: approx Deep Koamaru. HEX triplet: 36, 34 and 5A. RGB value is (54,52,90). Sum of RGB (Red+Green+Blue) = 54+52+90=196 (25% of max value = 765). Red value is 54 (21.48% from 255 or 27.55% from 196); Green value is 52 (20.70% from 255 or 26.53% from 196); Blue value is 90 (35.55% from 255 or 45.92% from 196); Max value from RGB is 90 - color contains mainly: blue. Hex color #36345A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #36345A is #C9CBA5. Grayscale: #383838. Windows color (decimal): -13224870 or 5911606. OLE color: 5911606.

HSL color Cylindrical-coordinate representation of color #36345A: hue angle of 243.16º degrees, saturation: 0.27, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #36345A is Cyan = 0.40, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB545290-
CMYK0.400.4200.65
HSL243.16º26.76%27.84%-
HSV(B)243.16º42.22%35.29%-
XYZ4.593.9810.2-
YUV56.93146.66125.91-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 27.55%
GREEN value IS 52 (20.70% from 255) = 26.53%
BLUE value IS 90 (35.55% from 255) = 45.92%
R=27.55%
G=26.53%
B=45.92%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal5452900.400.4200.65243.1626.7627.84
Hex36345A282A041f31b1c
Octal6664132505201013633334
Binary110110110100101101010100010101001000001111100111101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #36345A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #36345A; }

 p { color: rgb(54,52,90); }

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

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

 a { background-color: rgb(54,52,90); }

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

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

 span { border-color: rgb(54,52,90); }

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