Html Css Color HEX #342E6D Deep Koamaru

📋 copy color: '#342E6D'

red 52 ◦ green 46 ◦ blue 109

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

Shades of Deep Koamaru #342E6D

Tints of Deep Koamaru #342E6D

RGB

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

 GREEN value IS 46 (18.36% from 255) = 22.22%

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

R = 25.12%
G = 22.22%
B = 52.66%

CMYK

 C value IS 0.52

 M value IS 0.58

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#342E6D (or 0x342E6D) is known color: Deep Koamaru. HEX triplet: 34, 2E and 6D. RGB value is (52,46,109). Sum of RGB (Red+Green+Blue) = 52+46+109=207 (27% of max value = 765). Red value is 52 (20.70% from 255 or 25.12% from 207); Green value is 46 (18.36% from 255 or 22.22% from 207); Blue value is 109 (42.97% from 255 or 52.66% from 207); Max value from RGB is 109 - color contains mainly: blue. Hex color #342E6D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #342E6D is #CBD192. Grayscale: #363636. Windows color (decimal): -13357459 or 7155252. OLE color: 7155252.

HSL color Cylindrical-coordinate representation of color #342E6D: hue angle of 245.71º degrees, saturation: 0.41, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #342E6D is Cyan = 0.52, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB 52 46 109 -
CMYK 0.52 0.58 0 0.57
HSL 245.71º 0.41% 0.3% -
HSV(B) 245.71º 0.58% 0.43% -
XYZ 5.15 3.79 14.93 -
YUV 54.98 158.49 125.88 -
System Red Green Blue C M Y K H S L
Decimal 52 46 109 0.52 0.58 0 0.57 245.71 0.41 0.3
Hex 34 2E 6D 34 3A 0 39 F6 29 1E
Octal 64 56 155 64 72 0 71 366 51 36
Binary 110100 101110 1101101 110100 111010 0 111001 11110110 101001 11110

Color Harmonies of #342E6D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #342E6D

Black with #342E6D

Text Example


Text Example

White with #342E6D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #342E6D; }

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

 H1.HeaderClassName
 {
   color: #342E6D;
 }
 .AnyTagClassName
 {
   color: #342E6D;
 }
</style>

background-color css

<style>
 a { background-color: #342E6D; }

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

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

border-color css

<style>
 span { border-color: #342E6D; }

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

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