#363770

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

Shades of Deep Koamaru #363770

Tints of Deep Koamaru #363770

Color information

#363770 (or 0x363770) is unknown color: approx Deep Koamaru. HEX triplet: 36, 37 and 70. RGB value is (54,55,112). Sum of RGB (Red+Green+Blue) = 54+55+112=221 (29% of max value = 765). Red value is 54 (21.48% from 255 or 24.43% from 221); Green value is 55 (21.88% from 255 or 24.89% from 221); Blue value is 112 (44.14% from 255 or 50.68% from 221); Max value from RGB is 112 - color contains mainly: blue. Hex color #363770 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #363770 is #C9C88F. Grayscale: #3C3C3C. Windows color (decimal): -13224080 or 7354166. OLE color: 7354166.

HSL color Cylindrical-coordinate representation of color #363770: hue angle of 238.97º degrees, saturation: 0.35, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #363770 is Cyan = 0.52, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB5455112-
CMYK0.520.5100.56
HSL238.97º34.94%32.55%-
HSV(B)238.97º51.79%43.92%-
XYZ5.814.6915.93-
YUV61.2156.67122.87-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 24.43%
GREEN value IS 55 (21.88% from 255) = 24.89%
BLUE value IS 112 (44.14% from 255) = 50.68%
R=24.43%
G=24.89%
B=50.68%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal54551120.520.5100.56238.9734.9432.55
Hex3637703433038ef2321
Octal666716064630703574341
Binary1101101101111110000110100110011011100011101111100011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #363770

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #363770; }

 p { color: rgb(54,55,112); }

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

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

 a { background-color: rgb(54,55,112); }

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

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

 span { border-color: rgb(54,55,112); }

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