#353467

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

Shades of Deep Koamaru #353467

Tints of Deep Koamaru #353467

Color information

#353467 (or 0x353467) is unknown color: approx Deep Koamaru. HEX triplet: 35, 34 and 67. RGB value is (53,52,103). Sum of RGB (Red+Green+Blue) = 53+52+103=208 (27% of max value = 765). Red value is 53 (21.09% from 255 or 25.48% from 208); Green value is 52 (20.70% from 255 or 25% from 208); Blue value is 103 (40.62% from 255 or 49.52% from 208); Max value from RGB is 103 - color contains mainly: blue. Hex color #353467 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #353467 is #CACB98. Grayscale: #393939. Windows color (decimal): -13290393 or 6763573. OLE color: 6763573.

HSL color Cylindrical-coordinate representation of color #353467: hue angle of 241.18º degrees, saturation: 0.33, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #353467 is Cyan = 0.49, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB5352103-
CMYK0.490.5000.60
HSL241.18º32.9%30.39%-
HSV(B)241.18º49.51%40.39%-
XYZ5.144.1913.37-
YUV58.11153.33124.35-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 25.48%
GREEN value IS 52 (20.70% from 255) = 25%
BLUE value IS 103 (40.62% from 255) = 49.52%
R=25.48%
G=25%
B=49.52%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal53521030.490.5000.60241.1832.930.39
Hex353467313203Cf1211e
Octal656414761620743614136
Binary110101110100110011111000111001001111001111000110000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #353467

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #353467; }

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

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

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

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

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

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

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

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