#363065

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

Shades of Deep Koamaru #363065

Tints of Deep Koamaru #363065

Color information

#363065 (or 0x363065) is unknown color: approx Deep Koamaru. HEX triplet: 36, 30 and 65. RGB value is (54,48,101). Sum of RGB (Red+Green+Blue) = 54+48+101=203 (26% of max value = 765). Red value is 54 (21.48% from 255 or 26.60% from 203); Green value is 48 (19.14% from 255 or 23.65% from 203); Blue value is 101 (39.84% from 255 or 49.75% from 203); Max value from RGB is 101 - color contains mainly: blue. Hex color #363065 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #363065 is #C9CF9A. Grayscale: #373737. Windows color (decimal): -13225883 or 6631478. OLE color: 6631478.

HSL color Cylindrical-coordinate representation of color #363065: hue angle of 246.79º degrees, saturation: 0.36, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #363065 is Cyan = 0.47, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB5448101-
CMYK0.470.5200.60
HSL246.79º35.57%29.22%-
HSV(B)246.79º52.48%39.61%-
XYZ4.933.8412.79-
YUV55.84153.49126.69-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 26.60%
GREEN value IS 48 (19.14% from 255) = 23.65%
BLUE value IS 101 (39.84% from 255) = 49.75%
R=26.60%
G=23.65%
B=49.75%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal54481010.470.5200.60246.7935.5729.22
Hex3630652F3403Cf7241d
Octal666014557640743674435
Binary110110110000110010110111111010001111001111011110010011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #363065

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #363065; }

 p { color: rgb(54,48,101); }

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

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

 a { background-color: rgb(54,48,101); }

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

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

 span { border-color: rgb(54,48,101); }

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