Html Css Color HEX #34326E Deep Koamaru

📋 copy color: '#34326E'

red 52 ◦ green 50 ◦ blue 110

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

Shades of Deep Koamaru #34326E

Tints of Deep Koamaru #34326E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 51.89%

R = 24.53%
G = 23.58%
B = 51.89%

CMYK

 C value IS 0.53

 M value IS 0.55

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#34326E (or 0x34326E) is known color: Deep Koamaru. HEX triplet: 34, 32 and 6E. RGB value is (52,50,110). Sum of RGB (Red+Green+Blue) = 52+50+110=212 (28% of max value = 765). Red value is 52 (20.70% from 255 or 24.53% from 212); Green value is 50 (19.92% from 255 or 23.58% from 212); Blue value is 110 (43.36% from 255 or 51.89% from 212); Max value from RGB is 110 - color contains mainly: blue. Hex color #34326E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #34326E is #CBCD91. Grayscale: #393939. Windows color (decimal): -13356434 or 7221812. OLE color: 7221812.

HSL color Cylindrical-coordinate representation of color #34326E: hue angle of 242º 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 #34326E is Cyan = 0.53, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB 52 50 110 -
CMYK 0.53 0.55 0 0.57
HSL 242º 0.38% 0.31% -
HSV(B) 242º 0.55% 0.43% -
XYZ 5.37 4.14 15.27 -
YUV 57.44 157.66 124.12 -
System Red Green Blue C M Y K H S L
Decimal 52 50 110 0.53 0.55 0 0.57 242 0.38 0.31
Hex 34 32 6E 35 37 0 39 F2 26 1F
Octal 64 62 156 65 67 0 71 362 46 37
Binary 110100 110010 1101110 110101 110111 0 111001 11110010 100110 11111

Color Harmonies of #34326E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #34326E

Black with #34326E

Text Example


Text Example

White with #34326E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #34326E; }

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

 H1.HeaderClassName
 {
   color: #34326E;
 }
 .AnyTagClassName
 {
   color: #34326E;
 }
</style>

background-color css

<style>
 a { background-color: #34326E; }

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

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

border-color css

<style>
 span { border-color: #34326E; }

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

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