#363269

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

Shades of Deep Koamaru #363269

Tints of Deep Koamaru #363269

Color information

#363269 (or 0x363269) is unknown color: approx Deep Koamaru. HEX triplet: 36, 32 and 69. RGB value is (54,50,105). Sum of RGB (Red+Green+Blue) = 54+50+105=209 (27% of max value = 765). Red value is 54 (21.48% from 255 or 25.84% from 209); Green value is 50 (19.92% from 255 or 23.92% from 209); Blue value is 105 (41.41% from 255 or 50.24% from 209); Max value from RGB is 105 - color contains mainly: blue. Hex color #363269 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #363269 is #C9CD96. Grayscale: #393939. Windows color (decimal): -13225367 or 6894134. OLE color: 6894134.

HSL color Cylindrical-coordinate representation of color #363269: hue angle of 244.36º degrees, saturation: 0.35, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #363269 is Cyan = 0.49, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB5450105-
CMYK0.490.5200.59
HSL244.36º35.48%30.39%-
HSV(B)244.36º52.38%41.18%-
XYZ5.214.0913.88-
YUV57.47154.83125.53-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 25.84%
GREEN value IS 50 (19.92% from 255) = 23.92%
BLUE value IS 105 (41.41% from 255) = 50.24%
R=25.84%
G=23.92%
B=50.24%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal54501050.490.5200.59244.3635.4830.39
Hex363269313403Bf4231e
Octal666215161640733644336
Binary110110110010110100111000111010001110111111010010001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #363269

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #363269; }

 p { color: rgb(54,50,105); }

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

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

 a { background-color: rgb(54,50,105); }

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

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

 span { border-color: rgb(54,50,105); }

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