Html Css Color HEX #353662 Deep Koamaru

📋 copy color: '#353662'

red 53 ◦ green 54 ◦ blue 98

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

Shades of Deep Koamaru #353662

Tints of Deep Koamaru #353662

RGB

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

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

 BLUE value IS 98 (38.67% from 255) = 47.8%

R = 25.85%
G = 26.34%
B = 47.8%

CMYK

 C value IS 0.46

 M value IS 0.45

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#353662 (or 0x353662) is known color: Deep Koamaru. HEX triplet: 35, 36 and 62. RGB value is (53,54,98). Sum of RGB (Red+Green+Blue) = 53+54+98=205 (27% of max value = 765). Red value is 53 (21.09% from 255 or 25.85% from 205); Green value is 54 (21.48% from 255 or 26.34% from 205); Blue value is 98 (38.67% from 255 or 47.80% from 205); Max value from RGB is 98 - color contains mainly: blue. Hex color #353662 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #353662 is #CAC99D. Grayscale: #3A3A3A. Windows color (decimal): -13289886 or 6436405. OLE color: 6436405.

HSL color Cylindrical-coordinate representation of color #353662: hue angle of 238.67º degrees, saturation: 0.3, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #353662 is Cyan = 0.46, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 53 54 98 -
CMYK 0.46 0.45 0 0.62
HSL 238.67º 0.3% 0.3% -
HSV(B) 238.67º 0.46% 0.38% -
XYZ 4.99 4.28 12.12 -
YUV 58.72 150.17 123.92 -
System Red Green Blue C M Y K H S L
Decimal 53 54 98 0.46 0.45 0 0.62 238.67 0.3 0.3
Hex 35 36 62 2E 2D 0 3E EF 1E 1E
Octal 65 66 142 56 55 0 76 357 36 36
Binary 110101 110110 1100010 101110 101101 0 111110 11101111 11110 11110

Color Harmonies of #353662

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #353662

Black with #353662

Text Example


Text Example

White with #353662

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #353662; }

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

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

background-color css

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

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

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

border-color css

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

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

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