#353377

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

Shades of Deep Koamaru #353377

Tints of Deep Koamaru #353377

Color information

#353377 (or 0x353377) is unknown color: approx Deep Koamaru. HEX triplet: 35, 33 and 77. RGB value is (53,51,119). Sum of RGB (Red+Green+Blue) = 53+51+119=223 (29% of max value = 765). Red value is 53 (21.09% from 255 or 23.77% from 223); Green value is 51 (20.31% from 255 or 22.87% from 223); Blue value is 119 (46.88% from 255 or 53.36% from 223); Max value from RGB is 119 - color contains mainly: blue. Hex color #353377 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #353377 is #CACC88. Grayscale: #3B3B3B. Windows color (decimal): -13290633 or 7811893. OLE color: 7811893.

HSL color Cylindrical-coordinate representation of color #353377: hue angle of 241.76º degrees, saturation: 0.4, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #353377 is Cyan = 0.55, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB5351119-
CMYK0.550.5700.53
HSL241.76º40%33.33%-
HSV(B)241.76º57.14%46.67%-
XYZ5.984.4618-
YUV59.35161.66123.47-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 23.77%
GREEN value IS 51 (20.31% from 255) = 22.87%
BLUE value IS 119 (46.88% from 255) = 53.36%
R=23.77%
G=22.87%
B=53.36%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal53511190.550.5700.53241.764033.33
Hex3533773739035f22821
Octal656316767710653625041
Binary1101011100111110111110111111001011010111110010101000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #353377

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #353377; }

 p { color: rgb(53,51,119); }

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

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

 a { background-color: rgb(53,51,119); }

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

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

 span { border-color: rgb(53,51,119); }

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