#353458

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

Shades of Deep Koamaru #353458

Tints of Deep Koamaru #353458

Color information

#353458 (or 0x353458) is unknown color: approx Deep Koamaru. HEX triplet: 35, 34 and 58. RGB value is (53,52,88). Sum of RGB (Red+Green+Blue) = 53+52+88=193 (25% of max value = 765). Red value is 53 (21.09% from 255 or 27.46% from 193); Green value is 52 (20.70% from 255 or 26.94% from 193); Blue value is 88 (34.77% from 255 or 45.60% from 193); Max value from RGB is 88 - color contains mainly: blue. Hex color #353458 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #353458 is #CACBA7. Grayscale: #383838. Windows color (decimal): -13290408 or 5780533. OLE color: 5780533.

HSL color Cylindrical-coordinate representation of color #353458: hue angle of 241.67º degrees, saturation: 0.26, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #353458 is Cyan = 0.40, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB535288-
CMYK0.400.4100.65
HSL241.67º25.71%27.45%-
HSV(B)241.67º40.91%34.51%-
XYZ4.463.929.75-
YUV56.4145.83125.57-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 27.46%
GREEN value IS 52 (20.70% from 255) = 26.94%
BLUE value IS 88 (34.77% from 255) = 45.60%
R=27.46%
G=26.94%
B=45.60%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal5352880.400.4100.65241.6725.7127.45
Hex3534582829041f21a1b
Octal6564130505101013623233
Binary110101110100101100010100010100101000001111100101101011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #353458

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #353458; }

 p { color: rgb(53,52,88); }

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

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

 a { background-color: rgb(53,52,88); }

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

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

 span { border-color: rgb(53,52,88); }

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