Html Css Color HEX #35335D Deep Koamaru

📋 copy color: '#35335D'

red 53 ◦ green 51 ◦ blue 93

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

Shades of Deep Koamaru #35335D

Tints of Deep Koamaru #35335D

RGB

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

 GREEN value IS 51 (20.31% from 255) = 25.89%

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

R = 26.9%
G = 25.89%
B = 47.21%

CMYK

 C value IS 0.43

 M value IS 0.45

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#35335D (or 0x35335D) is known color: Deep Koamaru. HEX triplet: 35, 33 and 5D. RGB value is (53,51,93). Sum of RGB (Red+Green+Blue) = 53+51+93=197 (26% of max value = 765). Red value is 53 (21.09% from 255 or 26.90% from 197); Green value is 51 (20.31% from 255 or 25.89% from 197); Blue value is 93 (36.72% from 255 or 47.21% from 197); Max value from RGB is 93 - color contains mainly: blue. Hex color #35335D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #35335D is #CACCA2. Grayscale: #383838. Windows color (decimal): -13290659 or 6107957. OLE color: 6107957.

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

Color convert

RGB 53 51 93 -
CMYK 0.43 0.45 0 0.64
HSL 242.86º 0.29% 0.28% -
HSV(B) 242.86º 0.45% 0.36% -
XYZ 4.63 3.91 10.87 -
YUV 56.39 148.66 125.58 -
System Red Green Blue C M Y K H S L
Decimal 53 51 93 0.43 0.45 0 0.64 242.86 0.29 0.28
Hex 35 33 5D 2B 2D 0 40 F3 1D 1C
Octal 65 63 135 53 55 0 100 363 35 34
Binary 110101 110011 1011101 101011 101101 0 1000000 11110011 11101 11100

Color Harmonies of #35335D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #35335D

Black with #35335D

Text Example


Text Example

White with #35335D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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