Html Css Color HEX #35345D Deep Koamaru

📋 copy color: '#35345D'

red 53 ◦ green 52 ◦ blue 93

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

Shades of Deep Koamaru #35345D

Tints of Deep Koamaru #35345D

RGB

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

 GREEN value IS 52 (20.7% from 255) = 26.26%

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

R = 26.77%
G = 26.26%
B = 46.97%

CMYK

 C value IS 0.43

 M value IS 0.44

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#35345D (or 0x35345D) is known color: Deep Koamaru. HEX triplet: 35, 34 and 5D. RGB value is (53,52,93). Sum of RGB (Red+Green+Blue) = 53+52+93=198 (26% of max value = 765). Red value is 53 (21.09% from 255 or 26.77% from 198); Green value is 52 (20.70% from 255 or 26.26% from 198); Blue value is 93 (36.72% from 255 or 46.97% from 198); Max value from RGB is 93 - color contains mainly: blue. Hex color #35345D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #35345D is #CACBA2. Grayscale: #383838. Windows color (decimal): -13290403 or 6108213. OLE color: 6108213.

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

Color convert

RGB 53 52 93 -
CMYK 0.43 0.44 0 0.64
HSL 241.46º 0.28% 0.28% -
HSV(B) 241.46º 0.44% 0.36% -
XYZ 4.67 4 10.88 -
YUV 56.97 148.33 125.17 -
System Red Green Blue C M Y K H S L
Decimal 53 52 93 0.43 0.44 0 0.64 241.46 0.28 0.28
Hex 35 34 5D 2B 2C 0 40 F1 1C 1C
Octal 65 64 135 53 54 0 100 361 34 34
Binary 110101 110100 1011101 101011 101100 0 1000000 11110001 11100 11100

Color Harmonies of #35345D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #35345D

Black with #35345D

Text Example


Text Example

White with #35345D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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