Html Css Color HEX #35326D Deep Koamaru

📋 copy color: '#35326D'

red 53 ◦ green 50 ◦ blue 109

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

Shades of Deep Koamaru #35326D

Tints of Deep Koamaru #35326D

RGB

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

 GREEN value IS 50 (19.92% from 255) = 23.58%

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

R = 25%
G = 23.58%
B = 51.42%

CMYK

 C value IS 0.51

 M value IS 0.54

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#35326D (or 0x35326D) is known color: Deep Koamaru. HEX triplet: 35, 32 and 6D. RGB value is (53,50,109). Sum of RGB (Red+Green+Blue) = 53+50+109=212 (28% of max value = 765). Red value is 53 (21.09% from 255 or 25% from 212); Green value is 50 (19.92% from 255 or 23.58% from 212); Blue value is 109 (42.97% from 255 or 51.42% from 212); Max value from RGB is 109 - color contains mainly: blue. Hex color #35326D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #35326D is #CACD92. Grayscale: #393939. Windows color (decimal): -13290899 or 7156277. OLE color: 7156277.

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

Color convert

RGB 53 50 109 -
CMYK 0.51 0.54 0 0.57
HSL 243.05º 0.37% 0.31% -
HSV(B) 243.05º 0.54% 0.43% -
XYZ 5.37 4.14 14.98 -
YUV 57.62 156.99 124.7 -
System Red Green Blue C M Y K H S L
Decimal 53 50 109 0.51 0.54 0 0.57 243.05 0.37 0.31
Hex 35 32 6D 33 36 0 39 F3 25 1F
Octal 65 62 155 63 66 0 71 363 45 37
Binary 110101 110010 1101101 110011 110110 0 111001 11110011 100101 11111

Color Harmonies of #35326D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #35326D

Black with #35326D

Text Example


Text Example

White with #35326D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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