Html Css Color HEX #342C76 Deep Koamaru

📋 copy color: '#342C76'

red 52 ◦ green 44 ◦ blue 118

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

Shades of Deep Koamaru #342C76

Tints of Deep Koamaru #342C76

RGB

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

 GREEN value IS 44 (17.58% from 255) = 20.56%

 BLUE value IS 118 (46.48% from 255) = 55.14%

R = 24.3%
G = 20.56%
B = 55.14%

CMYK

 C value IS 0.56

 M value IS 0.63

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#342C76 (or 0x342C76) is known color: Deep Koamaru. HEX triplet: 34, 2C and 76. RGB value is (52,44,118). Sum of RGB (Red+Green+Blue) = 52+44+118=214 (28% of max value = 765). Red value is 52 (20.70% from 255 or 24.30% from 214); Green value is 44 (17.58% from 255 or 20.56% from 214); Blue value is 118 (46.48% from 255 or 55.14% from 214); Max value from RGB is 118 - color contains mainly: blue. Hex color #342C76 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #342C76 is #CBD389. Grayscale: #363636. Windows color (decimal): -13357962 or 7744564. OLE color: 7744564.

HSL color Cylindrical-coordinate representation of color #342C76: hue angle of 246.49º degrees, saturation: 0.46, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #342C76 is Cyan = 0.56, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 52 44 118 -
CMYK 0.56 0.63 0 0.54
HSL 246.49º 0.46% 0.32% -
HSV(B) 246.49º 0.63% 0.46% -
XYZ 5.59 3.84 17.59 -
YUV 54.83 163.65 125.98 -
System Red Green Blue C M Y K H S L
Decimal 52 44 118 0.56 0.63 0 0.54 246.49 0.46 0.32
Hex 34 2C 76 38 3F 0 36 F6 2E 20
Octal 64 54 166 70 77 0 66 366 56 40
Binary 110100 101100 1110110 111000 111111 0 110110 11110110 101110 100000

Color Harmonies of #342C76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #342C76

Black with #342C76

Text Example


Text Example

White with #342C76

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(52,44,118); }

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

background-color css

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

 a { background-color: rgb(52,44,118); }

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

border-color css

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

 span { border-color: rgb(52,44,118); }

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