Html Css Color HEX #353464 Deep Koamaru

📋 copy color: '#353464'

red 53 ◦ green 52 ◦ blue 100

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

Shades of Deep Koamaru #353464

Tints of Deep Koamaru #353464

RGB

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

 GREEN value IS 52 (20.7% from 255) = 25.37%

 BLUE value IS 100 (39.45% from 255) = 48.78%

R = 25.85%
G = 25.37%
B = 48.78%

CMYK

 C value IS 0.47

 M value IS 0.48

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#353464 (or 0x353464) is known color: Deep Koamaru. HEX triplet: 35, 34 and 64. RGB value is (53,52,100). Sum of RGB (Red+Green+Blue) = 53+52+100=205 (27% of max value = 765). Red value is 53 (21.09% from 255 or 25.85% from 205); Green value is 52 (20.70% from 255 or 25.37% from 205); Blue value is 100 (39.45% from 255 or 48.78% from 205); Max value from RGB is 100 - color contains mainly: blue. Hex color #353464 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #353464 is #CACB9B. Grayscale: #393939. Windows color (decimal): -13290396 or 6566965. OLE color: 6566965.

HSL color Cylindrical-coordinate representation of color #353464: hue angle of 241.25º degrees, saturation: 0.32, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #353464 is Cyan = 0.47, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB 53 52 100 -
CMYK 0.47 0.48 0 0.61
HSL 241.25º 0.32% 0.3% -
HSV(B) 241.25º 0.48% 0.39% -
XYZ 5 4.13 12.59 -
YUV 57.77 151.83 124.6 -
System Red Green Blue C M Y K H S L
Decimal 53 52 100 0.47 0.48 0 0.61 241.25 0.32 0.3
Hex 35 34 64 2F 30 0 3D F1 20 1E
Octal 65 64 144 57 60 0 75 361 40 36
Binary 110101 110100 1100100 101111 110000 0 111101 11110001 100000 11110

Color Harmonies of #353464

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #353464

Black with #353464

Text Example


Text Example

White with #353464

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #353464; }

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

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

background-color css

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

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

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

border-color css

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

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

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