Html Css Color HEX #353567 Deep Koamaru

📋 copy color: '#353567'

red 53 ◦ green 53 ◦ blue 103

#353567
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Deep Koamaru #353567

Tints of Deep Koamaru #353567

RGB

 RED value IS 53 (21.09% from 255) = 25.36%

 GREEN value IS 53 (21.09% from 255) = 25.36%

 BLUE value IS 103 (40.63% from 255) = 49.28%

R = 25.36%
G = 25.36%
B = 49.28%

CMYK

 C value IS 0.49

 M value IS 0.49

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#353567 (or 0x353567) is known color: Deep Koamaru. HEX triplet: 35, 35 and 67. RGB value is (53,53,103). Sum of RGB (Red+Green+Blue) = 53+53+103=209 (27% of max value = 765). Red value is 53 (21.09% from 255 or 25.36% from 209); Green value is 53 (21.09% from 255 or 25.36% from 209); Blue value is 103 (40.62% from 255 or 49.28% from 209); Max value from RGB is 103 - color contains mainly: blue. Hex color #353567 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #353567 is #CACA98. Grayscale: #3A3A3A. Windows color (decimal): -13290137 or 6763829. OLE color: 6763829.

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

Color convert

RGB 53 53 103 -
CMYK 0.49 0.49 0 0.60
HSL 240º 0.32% 0.31% -
HSV(B) 240º 0.49% 0.4% -
XYZ 5.19 4.28 13.39 -
YUV 58.7 153 123.93 -
System Red Green Blue C M Y K H S L
Decimal 53 53 103 0.49 0.49 0 0.60 240 0.32 0.31
Hex 35 35 67 31 31 0 3C F0 20 1F
Octal 65 65 147 61 61 0 74 360 40 37
Binary 110101 110101 1100111 110001 110001 0 111100 11110000 100000 11111

Color Harmonies of #353567

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #353567

Black with #353567

Text Example


Text Example

White with #353567

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #353567; }

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

 H1.HeaderClassName
 {
   color: #353567;
 }
 .AnyTagClassName
 {
   color: #353567;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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