Html Css Color HEX #34336D Deep Koamaru

📋 copy color: '#34336D'

red 52 ◦ green 51 ◦ blue 109

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

Shades of Deep Koamaru #34336D

Tints of Deep Koamaru #34336D

RGB

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

 GREEN value IS 51 (20.31% from 255) = 24.06%

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

R = 24.53%
G = 24.06%
B = 51.42%

CMYK

 C value IS 0.52

 M value IS 0.53

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#34336D (or 0x34336D) is known color: Deep Koamaru. HEX triplet: 34, 33 and 6D. RGB value is (52,51,109). Sum of RGB (Red+Green+Blue) = 52+51+109=212 (28% of max value = 765). Red value is 52 (20.70% from 255 or 24.53% from 212); Green value is 51 (20.31% from 255 or 24.06% 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 #34336D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #34336D is #CBCC92. Grayscale: #393939. Windows color (decimal): -13356179 or 7156532. OLE color: 7156532.

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

Color convert

RGB 52 51 109 -
CMYK 0.52 0.53 0 0.57
HSL 241.03º 0.36% 0.31% -
HSV(B) 241.03º 0.53% 0.43% -
XYZ 5.36 4.2 15 -
YUV 57.91 156.83 123.78 -
System Red Green Blue C M Y K H S L
Decimal 52 51 109 0.52 0.53 0 0.57 241.03 0.36 0.31
Hex 34 33 6D 34 35 0 39 F1 24 1F
Octal 64 63 155 64 65 0 71 361 44 37
Binary 110100 110011 1101101 110100 110101 0 111001 11110001 100100 11111

Color Harmonies of #34336D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #34336D

Black with #34336D

Text Example


Text Example

White with #34336D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(52,51,109); }

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

background-color css

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

 a { background-color: rgb(52,51,109); }

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

border-color css

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

 span { border-color: rgb(52,51,109); }

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