Html Css Color HEX #35316D Deep Koamaru

📋 copy color: '#35316D'

red 53 ◦ green 49 ◦ blue 109

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

Shades of Deep Koamaru #35316D

Tints of Deep Koamaru #35316D

RGB

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

 GREEN value IS 49 (19.53% from 255) = 23.22%

 BLUE value IS 109 (42.97% from 255) = 51.66%

R = 25.12%
G = 23.22%
B = 51.66%

CMYK

 C value IS 0.51

 M value IS 0.55

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#35316D (or 0x35316D) is known color: Deep Koamaru. HEX triplet: 35, 31 and 6D. RGB value is (53,49,109). Sum of RGB (Red+Green+Blue) = 53+49+109=211 (27% of max value = 765). Red value is 53 (21.09% from 255 or 25.12% from 211); Green value is 49 (19.53% from 255 or 23.22% from 211); Blue value is 109 (42.97% from 255 or 51.66% from 211); Max value from RGB is 109 - color contains mainly: blue. Hex color #35316D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #35316D is #CACE92. Grayscale: #383838. Windows color (decimal): -13291155 or 7156021. OLE color: 7156021.

HSL color Cylindrical-coordinate representation of color #35316D: hue angle of 244º degrees, saturation: 0.38, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #35316D is Cyan = 0.51, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB 53 49 109 -
CMYK 0.51 0.55 0 0.57
HSL 244º 0.38% 0.31% -
HSV(B) 244º 0.55% 0.43% -
XYZ 5.33 4.06 14.97 -
YUV 57.04 157.33 125.12 -
System Red Green Blue C M Y K H S L
Decimal 53 49 109 0.51 0.55 0 0.57 244 0.38 0.31
Hex 35 31 6D 33 37 0 39 F4 26 1F
Octal 65 61 155 63 67 0 71 364 46 37
Binary 110101 110001 1101101 110011 110111 0 111001 11110100 100110 11111

Color Harmonies of #35316D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #35316D

Black with #35316D

Text Example


Text Example

White with #35316D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(53,49,109); }

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

background-color css

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

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

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

border-color css

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

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

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