Html Css Color HEX #353455 Deep Koamaru

📋 copy color: '#353455'

red 53 ◦ green 52 ◦ blue 85

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

Shades of Deep Koamaru #353455

Tints of Deep Koamaru #353455

RGB

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

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

 BLUE value IS 85 (33.59% from 255) = 44.74%

R = 27.89%
G = 27.37%
B = 44.74%

CMYK

 C value IS 0.38

 M value IS 0.39

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#353455 (or 0x353455) is known color: Deep Koamaru. HEX triplet: 35, 34 and 55. RGB value is (53,52,85). Sum of RGB (Red+Green+Blue) = 53+52+85=190 (25% of max value = 765). Red value is 53 (21.09% from 255 or 27.89% from 190); Green value is 52 (20.70% from 255 or 27.37% from 190); Blue value is 85 (33.59% from 255 or 44.74% from 190); Max value from RGB is 85 - color contains mainly: blue. Hex color #353455 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #353455 is #CACBAA. Grayscale: #373737. Windows color (decimal): -13290411 or 5583925. OLE color: 5583925.

HSL color Cylindrical-coordinate representation of color #353455: hue angle of 241.82º degrees, saturation: 0.24, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #353455 is Cyan = 0.38, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB 53 52 85 -
CMYK 0.38 0.39 0 0.67
HSL 241.82º 0.24% 0.27% -
HSV(B) 241.82º 0.39% 0.33% -
XYZ 4.34 3.87 9.11 -
YUV 56.06 144.33 125.82 -
System Red Green Blue C M Y K H S L
Decimal 53 52 85 0.38 0.39 0 0.67 241.82 0.24 0.27
Hex 35 34 55 26 27 0 43 F2 18 1B
Octal 65 64 125 46 47 0 103 362 30 33
Binary 110101 110100 1010101 100110 100111 0 1000011 11110010 11000 11011

Color Harmonies of #353455

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #353455

Black with #353455

Text Example


Text Example

White with #353455

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #353455; }

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

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

background-color css

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

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

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

border-color css

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

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

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