#363468

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

Shades of Deep Koamaru #363468

Tints of Deep Koamaru #363468

Color information

#363468 (or 0x363468) is unknown color: approx Deep Koamaru. HEX triplet: 36, 34 and 68. RGB value is (54,52,104). Sum of RGB (Red+Green+Blue) = 54+52+104=210 (27% of max value = 765). Red value is 54 (21.48% from 255 or 25.71% from 210); Green value is 52 (20.70% from 255 or 24.76% from 210); Blue value is 104 (41.02% from 255 or 49.52% from 210); Max value from RGB is 104 - color contains mainly: blue. Hex color #363468 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #363468 is #C9CB97. Grayscale: #3A3A3A. Windows color (decimal): -13224856 or 6829110. OLE color: 6829110.

HSL color Cylindrical-coordinate representation of color #363468: hue angle of 242.31º degrees, saturation: 0.33, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #363468 is Cyan = 0.48, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB5452104-
CMYK0.480.5000.59
HSL242.31º33.33%30.59%-
HSV(B)242.31º50%40.78%-
XYZ5.254.2413.64-
YUV58.53153.66124.77-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 25.71%
GREEN value IS 52 (20.70% from 255) = 24.76%
BLUE value IS 104 (41.02% from 255) = 49.52%
R=25.71%
G=24.76%
B=49.52%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal54521040.480.5000.59242.3133.3330.59
Hex363468303203Bf2211f
Octal666415060620733624137
Binary110110110100110100011000011001001110111111001010000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #363468

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #363468; }

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

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

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

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

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

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

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

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