Html Css Color HEX #353658 Deep Koamaru

📋 copy color: '#353658'

red 53 ◦ green 54 ◦ blue 88

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

Shades of Deep Koamaru #353658

Tints of Deep Koamaru #353658

RGB

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

 GREEN value IS 54 (21.48% from 255) = 27.69%

 BLUE value IS 88 (34.77% from 255) = 45.13%

R = 27.18%
G = 27.69%
B = 45.13%

CMYK

 C value IS 0.40

 M value IS 0.39

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#353658 (or 0x353658) is known color: Deep Koamaru. HEX triplet: 35, 36 and 58. RGB value is (53,54,88). Sum of RGB (Red+Green+Blue) = 53+54+88=195 (25% of max value = 765). Red value is 53 (21.09% from 255 or 27.18% from 195); Green value is 54 (21.48% from 255 or 27.69% from 195); Blue value is 88 (34.77% from 255 or 45.13% from 195); Max value from RGB is 88 - color contains mainly: blue. Hex color #353658 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #353658 is #CAC9A7. Grayscale: #393939. Windows color (decimal): -13289896 or 5781045. OLE color: 5781045.

HSL color Cylindrical-coordinate representation of color #353658: hue angle of 238.29º degrees, saturation: 0.25, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #353658 is Cyan = 0.40, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 53 54 88 -
CMYK 0.40 0.39 0 0.65
HSL 238.29º 0.25% 0.28% -
HSV(B) 238.29º 0.4% 0.35% -
XYZ 4.55 4.1 9.78 -
YUV 57.58 145.17 124.74 -
System Red Green Blue C M Y K H S L
Decimal 53 54 88 0.40 0.39 0 0.65 238.29 0.25 0.28
Hex 35 36 58 28 27 0 41 EE 19 1C
Octal 65 66 130 50 47 0 101 356 31 34
Binary 110101 110110 1011000 101000 100111 0 1000001 11101110 11001 11100

Color Harmonies of #353658

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #353658

Black with #353658

Text Example


Text Example

White with #353658

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #353658; }

 p { color: rgb(53,54,88); }

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

background-color css

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

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

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

border-color css

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

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

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