Html Css Color HEX #353558 Deep Koamaru

📋 copy color: '#353558'

red 53 ◦ green 53 ◦ blue 88

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

Shades of Deep Koamaru #353558

Tints of Deep Koamaru #353558

RGB

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

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

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

R = 27.32%
G = 27.32%
B = 45.36%

CMYK

 C value IS 0.40

 M value IS 0.40

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#353558 (or 0x353558) is known color: Deep Koamaru. HEX triplet: 35, 35 and 58. RGB value is (53,53,88). Sum of RGB (Red+Green+Blue) = 53+53+88=194 (25% of max value = 765). Red value is 53 (21.09% from 255 or 27.32% from 194); Green value is 53 (21.09% from 255 or 27.32% from 194); Blue value is 88 (34.77% from 255 or 45.36% from 194); Max value from RGB is 88 - color contains mainly: blue. Hex color #353558 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #353558 is #CACAA7. Grayscale: #383838. Windows color (decimal): -13290152 or 5780789. OLE color: 5780789.

HSL color Cylindrical-coordinate representation of color #353558: hue angle of 240º 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 #353558 is Cyan = 0.40, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 53 53 88 -
CMYK 0.40 0.40 0 0.65
HSL 240º 0.25% 0.28% -
HSV(B) 240º 0.4% 0.35% -
XYZ 4.5 4.01 9.77 -
YUV 56.99 145.5 125.15 -
System Red Green Blue C M Y K H S L
Decimal 53 53 88 0.40 0.40 0 0.65 240 0.25 0.28
Hex 35 35 58 28 28 0 41 F0 19 1C
Octal 65 65 130 50 50 0 101 360 31 34
Binary 110101 110101 1011000 101000 101000 0 1000001 11110000 11001 11100

Color Harmonies of #353558

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #353558

Black with #353558

Text Example


Text Example

White with #353558

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #353558; }

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

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

background-color css

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

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

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

border-color css

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

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

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