Html Css Color HEX #34325A Deep Koamaru

📋 copy color: '#34325A'

red 52 ◦ green 50 ◦ blue 90

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

Shades of Deep Koamaru #34325A

Tints of Deep Koamaru #34325A

RGB

 RED value IS 52 (20.7% from 255) = 27.08%

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

 BLUE value IS 90 (35.55% from 255) = 46.88%

R = 27.08%
G = 26.04%
B = 46.88%

CMYK

 C value IS 0.42

 M value IS 0.44

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#34325A (or 0x34325A) is known color: Deep Koamaru. HEX triplet: 34, 32 and 5A. RGB value is (52,50,90). Sum of RGB (Red+Green+Blue) = 52+50+90=192 (25% of max value = 765). Red value is 52 (20.70% from 255 or 27.08% from 192); Green value is 50 (19.92% from 255 or 26.04% from 192); Blue value is 90 (35.55% from 255 or 46.88% from 192); Max value from RGB is 90 - color contains mainly: blue. Hex color #34325A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #34325A is #CBCDA5. Grayscale: #373737. Windows color (decimal): -13356454 or 5911092. OLE color: 5911092.

HSL color Cylindrical-coordinate representation of color #34325A: hue angle of 243º degrees, saturation: 0.29, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #34325A is Cyan = 0.42, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 52 50 90 -
CMYK 0.42 0.44 0 0.65
HSL 243º 0.29% 0.27% -
HSV(B) 243º 0.44% 0.35% -
XYZ 4.4 3.75 10.16 -
YUV 55.16 147.66 125.75 -
System Red Green Blue C M Y K H S L
Decimal 52 50 90 0.42 0.44 0 0.65 243 0.29 0.27
Hex 34 32 5A 2A 2C 0 41 F3 1D 1B
Octal 64 62 132 52 54 0 101 363 35 33
Binary 110100 110010 1011010 101010 101100 0 1000001 11110011 11101 11011

Color Harmonies of #34325A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #34325A

Black with #34325A

Text Example


Text Example

White with #34325A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #34325A; }

 p { color: rgb(52,50,90); }

 H1.HeaderClassName
 {
   color: #34325A;
 }
 .AnyTagClassName
 {
   color: #34325A;
 }
</style>

background-color css

<style>
 a { background-color: #34325A; }

 a { background-color: rgb(52,50,90); }

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

border-color css

<style>
 span { border-color: #34325A; }

 span { border-color: rgb(52,50,90); }

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