#353474

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

Shades of Deep Koamaru #353474

Tints of Deep Koamaru #353474

Color information

#353474 (or 0x353474) is unknown color: approx Deep Koamaru. HEX triplet: 35, 34 and 74. RGB value is (53,52,116). Sum of RGB (Red+Green+Blue) = 53+52+116=221 (29% of max value = 765). Red value is 53 (21.09% from 255 or 23.98% from 221); Green value is 52 (20.70% from 255 or 23.53% from 221); Blue value is 116 (45.70% from 255 or 52.49% from 221); Max value from RGB is 116 - color contains mainly: blue. Hex color #353474 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #353474 is #CACB8B. Grayscale: #3B3B3B. Windows color (decimal): -13290380 or 7615541. OLE color: 7615541.

HSL color Cylindrical-coordinate representation of color #353474: hue angle of 240.94º degrees, saturation: 0.38, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #353474 is Cyan = 0.54, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB5352116-
CMYK0.540.5500.55
HSL240.94º38.1%32.94%-
HSV(B)240.94º55.17%45.49%-
XYZ5.854.4717.08-
YUV59.6159.83123.3-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 23.98%
GREEN value IS 52 (20.70% from 255) = 23.53%
BLUE value IS 116 (45.70% from 255) = 52.49%
R=23.98%
G=23.53%
B=52.49%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal53521160.540.5500.55240.9438.132.94
Hex3534743637037f12621
Octal656416466670673614641
Binary1101011101001110100110110110111011011111110001100110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #353474

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #353474; }

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

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

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

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

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

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

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

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