#353067

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

Shades of Deep Koamaru #353067

Tints of Deep Koamaru #353067

Color information

#353067 (or 0x353067) is unknown color: approx Deep Koamaru. HEX triplet: 35, 30 and 67. RGB value is (53,48,103). Sum of RGB (Red+Green+Blue) = 53+48+103=204 (27% of max value = 765). Red value is 53 (21.09% from 255 or 25.98% from 204); Green value is 48 (19.14% from 255 or 23.53% from 204); Blue value is 103 (40.62% from 255 or 50.49% from 204); Max value from RGB is 103 - color contains mainly: blue. Hex color #353067 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #353067 is #CACF98. Grayscale: #373737. Windows color (decimal): -13291417 or 6762549. OLE color: 6762549.

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

Color convert

RGB5348103-
CMYK0.490.5300.60
HSL245.45º36.42%29.61%-
HSV(B)245.45º53.4%40.39%-
XYZ4.973.8513.31-
YUV55.76154.66126.03-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 25.98%
GREEN value IS 48 (19.14% from 255) = 23.53%
BLUE value IS 103 (40.62% from 255) = 50.49%
R=25.98%
G=23.53%
B=50.49%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal53481030.490.5300.60245.4536.4229.61
Hex353067313503Cf5241e
Octal656014761650743654436
Binary110101110000110011111000111010101111001111010110010011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #353067

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #353067; }

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

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

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

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

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

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

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

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