Html Css Color HEX #35355D Deep Koamaru

📋 copy color: '#35355D'

red 53 ◦ green 53 ◦ blue 93

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

Shades of Deep Koamaru #35355D

Tints of Deep Koamaru #35355D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 46.73%

R = 26.63%
G = 26.63%
B = 46.73%

CMYK

 C value IS 0.43

 M value IS 0.43

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#35355D (or 0x35355D) is known color: Deep Koamaru. HEX triplet: 35, 35 and 5D. RGB value is (53,53,93). Sum of RGB (Red+Green+Blue) = 53+53+93=199 (26% of max value = 765). Red value is 53 (21.09% from 255 or 26.63% from 199); Green value is 53 (21.09% from 255 or 26.63% from 199); Blue value is 93 (36.72% from 255 or 46.73% from 199); Max value from RGB is 93 - color contains mainly: blue. Hex color #35355D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #35355D is #CACAA2. Grayscale: #393939. Windows color (decimal): -13290147 or 6108469. OLE color: 6108469.

HSL color Cylindrical-coordinate representation of color #35355D: hue angle of 240º degrees, saturation: 0.27, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #35355D is Cyan = 0.43, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 53 53 93 -
CMYK 0.43 0.43 0 0.64
HSL 240º 0.27% 0.29% -
HSV(B) 240º 0.43% 0.36% -
XYZ 4.72 4.09 10.9 -
YUV 57.56 148 124.75 -
System Red Green Blue C M Y K H S L
Decimal 53 53 93 0.43 0.43 0 0.64 240 0.27 0.29
Hex 35 35 5D 2B 2B 0 40 F0 1B 1D
Octal 65 65 135 53 53 0 100 360 33 35
Binary 110101 110101 1011101 101011 101011 0 1000000 11110000 11011 11101

Color Harmonies of #35355D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #35355D

Black with #35355D

Text Example


Text Example

White with #35355D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #35355D; }

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

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

background-color css

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

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

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

border-color css

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

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

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