#353A6B

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

Shades of Deep Koamaru #353A6B

Tints of Deep Koamaru #353A6B

Color information

#353A6B (or 0x353A6B) is unknown color: approx Deep Koamaru. HEX triplet: 35, 3A and 6B. RGB value is (53,58,107). Sum of RGB (Red+Green+Blue) = 53+58+107=218 (28% of max value = 765). Red value is 53 (21.09% from 255 or 24.31% from 218); Green value is 58 (23.05% from 255 or 26.61% from 218); Blue value is 107 (42.19% from 255 or 49.08% from 218); Max value from RGB is 107 - color contains mainly: blue. Hex color #353A6B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #353A6B is #CAC594. Grayscale: #3D3D3D. Windows color (decimal): -13288853 or 7027253. OLE color: 7027253.

HSL color Cylindrical-coordinate representation of color #353A6B: hue angle of 234.44º degrees, saturation: 0.34, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #353A6B is Cyan = 0.50, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB5358107-
CMYK0.500.4600.58
HSL234.44º33.75%31.37%-
HSV(B)234.44º50.47%41.96%-
XYZ5.644.8414.55-
YUV62.09153.34121.52-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 24.31%
GREEN value IS 58 (23.05% from 255) = 26.61%
BLUE value IS 107 (42.19% from 255) = 49.08%
R=24.31%
G=26.61%
B=49.08%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal53581070.500.4600.58234.4433.7531.37
Hex353A6B322E03Aea221f
Octal657215362560723524237
Binary110101111010110101111001010111001110101110101010001011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #353A6B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #353A6B; }

 p { color: rgb(53,58,107); }

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

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

 a { background-color: rgb(53,58,107); }

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

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

 span { border-color: rgb(53,58,107); }

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