#363267

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

Shades of Deep Koamaru #363267

Tints of Deep Koamaru #363267

Color information

#363267 (or 0x363267) is unknown color: approx Deep Koamaru. HEX triplet: 36, 32 and 67. RGB value is (54,50,103). Sum of RGB (Red+Green+Blue) = 54+50+103=207 (27% of max value = 765). Red value is 54 (21.48% from 255 or 26.09% from 207); Green value is 50 (19.92% from 255 or 24.15% from 207); Blue value is 103 (40.62% from 255 or 49.76% from 207); Max value from RGB is 103 - color contains mainly: blue. Hex color #363267 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #363267 is #C9CD98. Grayscale: #393939. Windows color (decimal): -13225369 or 6763062. OLE color: 6763062.

HSL color Cylindrical-coordinate representation of color #363267: hue angle of 244.53º degrees, saturation: 0.35, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #363267 is Cyan = 0.48, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB5450103-
CMYK0.480.5100.60
HSL244.53º34.64%30%-
HSV(B)244.53º51.46%40.39%-
XYZ5.114.0413.34-
YUV57.24153.83125.69-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 26.09%
GREEN value IS 50 (19.92% from 255) = 24.15%
BLUE value IS 103 (40.62% from 255) = 49.76%
R=26.09%
G=24.15%
B=49.76%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal54501030.480.5100.60244.5334.6430
Hex363267303303Cf5231e
Octal666214760630743654336
Binary110110110010110011111000011001101111001111010110001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #363267

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #363267; }

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

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

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

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

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

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

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

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