Html Css Color HEX #34325C Deep Koamaru

📋 copy color: '#34325C'

red 52 ◦ green 50 ◦ blue 92

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

Shades of Deep Koamaru #34325C

Tints of Deep Koamaru #34325C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 47.42%

R = 26.8%
G = 25.77%
B = 47.42%

CMYK

 C value IS 0.43

 M value IS 0.46

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#34325C (or 0x34325C) is known color: Deep Koamaru. HEX triplet: 34, 32 and 5C. RGB value is (52,50,92). Sum of RGB (Red+Green+Blue) = 52+50+92=194 (25% of max value = 765). Red value is 52 (20.70% from 255 or 26.80% from 194); Green value is 50 (19.92% from 255 or 25.77% from 194); Blue value is 92 (36.33% from 255 or 47.42% from 194); Max value from RGB is 92 - color contains mainly: blue. Hex color #34325C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #34325C is #CBCDA3. Grayscale: #373737. Windows color (decimal): -13356452 or 6042164. OLE color: 6042164.

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

Color convert

RGB 52 50 92 -
CMYK 0.43 0.46 0 0.64
HSL 242.86º 0.3% 0.28% -
HSV(B) 242.86º 0.46% 0.36% -
XYZ 4.49 3.78 10.62 -
YUV 55.39 148.66 125.58 -
System Red Green Blue C M Y K H S L
Decimal 52 50 92 0.43 0.46 0 0.64 242.86 0.3 0.28
Hex 34 32 5C 2B 2E 0 40 F3 1E 1C
Octal 64 62 134 53 56 0 100 363 36 34
Binary 110100 110010 1011100 101011 101110 0 1000000 11110011 11110 11100

Color Harmonies of #34325C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #34325C

Black with #34325C

Text Example


Text Example

White with #34325C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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