Html Css Color HEX #342E78 Deep Koamaru

📋 copy color: '#342E78'

red 52 ◦ green 46 ◦ blue 120

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

Shades of Deep Koamaru #342E78

Tints of Deep Koamaru #342E78

RGB

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

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

 BLUE value IS 120 (47.27% from 255) = 55.05%

R = 23.85%
G = 21.1%
B = 55.05%

CMYK

 C value IS 0.57

 M value IS 0.62

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#342E78 (or 0x342E78) is known color: Deep Koamaru. HEX triplet: 34, 2E and 78. RGB value is (52,46,120). Sum of RGB (Red+Green+Blue) = 52+46+120=218 (28% of max value = 765). Red value is 52 (20.70% from 255 or 23.85% from 218); Green value is 46 (18.36% from 255 or 21.10% from 218); Blue value is 120 (47.27% from 255 or 55.05% from 218); Max value from RGB is 120 - color contains mainly: blue. Hex color #342E78 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #342E78 is #CBD187. Grayscale: #373737. Windows color (decimal): -13357448 or 7876148. OLE color: 7876148.

HSL color Cylindrical-coordinate representation of color #342E78: hue angle of 244.86º degrees, saturation: 0.45, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #342E78 is Cyan = 0.57, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 52 46 120 -
CMYK 0.57 0.62 0 0.53
HSL 244.86º 0.45% 0.33% -
HSV(B) 244.86º 0.62% 0.47% -
XYZ 5.78 4.04 18.24 -
YUV 56.23 163.99 124.98 -
System Red Green Blue C M Y K H S L
Decimal 52 46 120 0.57 0.62 0 0.53 244.86 0.45 0.33
Hex 34 2E 78 39 3E 0 35 F5 2D 21
Octal 64 56 170 71 76 0 65 365 55 41
Binary 110100 101110 1111000 111001 111110 0 110101 11110101 101101 100001

Color Harmonies of #342E78

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #342E78

Black with #342E78

Text Example


Text Example

White with #342E78

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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