Html Css Color HEX #35326C Deep Koamaru

📋 copy color: '#35326C'

red 53 ◦ green 50 ◦ blue 108

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

Shades of Deep Koamaru #35326C

Tints of Deep Koamaru #35326C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 51.18%

R = 25.12%
G = 23.7%
B = 51.18%

CMYK

 C value IS 0.51

 M value IS 0.54

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#35326C (or 0x35326C) is known color: Deep Koamaru. HEX triplet: 35, 32 and 6C. RGB value is (53,50,108). Sum of RGB (Red+Green+Blue) = 53+50+108=211 (27% of max value = 765). Red value is 53 (21.09% from 255 or 25.12% from 211); Green value is 50 (19.92% from 255 or 23.70% from 211); Blue value is 108 (42.58% from 255 or 51.18% from 211); Max value from RGB is 108 - color contains mainly: blue. Hex color #35326C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #35326C is #CACD93. Grayscale: #393939. Windows color (decimal): -13290900 or 7090741. OLE color: 7090741.

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

Color convert

RGB 53 50 108 -
CMYK 0.51 0.54 0 0.58
HSL 243.1º 0.37% 0.31% -
HSV(B) 243.1º 0.54% 0.42% -
XYZ 5.32 4.12 14.7 -
YUV 57.51 156.49 124.78 -
System Red Green Blue C M Y K H S L
Decimal 53 50 108 0.51 0.54 0 0.58 243.1 0.37 0.31
Hex 35 32 6C 33 36 0 3A F3 25 1F
Octal 65 62 154 63 66 0 72 363 45 37
Binary 110101 110010 1101100 110011 110110 0 111010 11110011 100101 11111

Color Harmonies of #35326C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #35326C

Black with #35326C

Text Example


Text Example

White with #35326C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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