#362F75

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

Shades of Deep Koamaru #362F75

Tints of Deep Koamaru #362F75

Color information

#362F75 (or 0x362F75) is unknown color: approx Deep Koamaru. HEX triplet: 36, 2F and 75. RGB value is (54,47,117). Sum of RGB (Red+Green+Blue) = 54+47+117=218 (28% of max value = 765). Red value is 54 (21.48% from 255 or 24.77% from 218); Green value is 47 (18.75% from 255 or 21.56% from 218); Blue value is 117 (46.09% from 255 or 53.67% from 218); Max value from RGB is 117 - color contains mainly: blue. Hex color #362F75 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #362F75 is #C9D08A. Grayscale: #383838. Windows color (decimal): -13226123 or 7679798. OLE color: 7679798.

HSL color Cylindrical-coordinate representation of color #362F75: hue angle of 246º degrees, saturation: 0.43, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #362F75 is Cyan = 0.54, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB5447117-
CMYK0.540.6000.54
HSL246º42.68%32.16%-
HSV(B)246º59.83%45.88%-
XYZ5.754.117.32-
YUV57.07161.82125.81-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 24.77%
GREEN value IS 47 (18.75% from 255) = 21.56%
BLUE value IS 117 (46.09% from 255) = 53.67%
R=24.77%
G=21.56%
B=53.67%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal54471170.540.6000.5424642.6832.16
Hex362F75363C036f62b20
Octal665716566740663665340
Binary1101101011111110101110110111100011011011110110101011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #362F75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #362F75; }

 p { color: rgb(54,47,117); }

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

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

 a { background-color: rgb(54,47,117); }

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

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

 span { border-color: rgb(54,47,117); }

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