Html Css Color HEX #342B70 Deep Koamaru

📋 copy color: '#342B70'

red 52 ◦ green 43 ◦ blue 112

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

Shades of Deep Koamaru #342B70

Tints of Deep Koamaru #342B70

RGB

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

 GREEN value IS 43 (17.19% from 255) = 20.77%

 BLUE value IS 112 (44.14% from 255) = 54.11%

R = 25.12%
G = 20.77%
B = 54.11%

CMYK

 C value IS 0.54

 M value IS 0.62

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#342B70 (or 0x342B70) is known color: Deep Koamaru. HEX triplet: 34, 2B and 70. RGB value is (52,43,112). Sum of RGB (Red+Green+Blue) = 52+43+112=207 (27% of max value = 765). Red value is 52 (20.70% from 255 or 25.12% from 207); Green value is 43 (17.19% from 255 or 20.77% from 207); Blue value is 112 (44.14% from 255 or 54.11% from 207); Max value from RGB is 112 - color contains mainly: blue. Hex color #342B70 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #342B70 is #CBD48F. Grayscale: #353535. Windows color (decimal): -13358224 or 7351092. OLE color: 7351092.

HSL color Cylindrical-coordinate representation of color #342B70: hue angle of 247.83º degrees, saturation: 0.45, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #342B70 is Cyan = 0.54, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 52 43 112 -
CMYK 0.54 0.62 0 0.56
HSL 247.83º 0.45% 0.3% -
HSV(B) 247.83º 0.62% 0.44% -
XYZ 5.2 3.63 15.76 -
YUV 53.56 160.98 126.89 -
System Red Green Blue C M Y K H S L
Decimal 52 43 112 0.54 0.62 0 0.56 247.83 0.45 0.3
Hex 34 2B 70 36 3E 0 38 F8 2D 1E
Octal 64 53 160 66 76 0 70 370 55 36
Binary 110100 101011 1110000 110110 111110 0 111000 11111000 101101 11110

Color Harmonies of #342B70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #342B70

Black with #342B70

Text Example


Text Example

White with #342B70

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(52,43,112); }

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

background-color css

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

 a { background-color: rgb(52,43,112); }

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

border-color css

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

 span { border-color: rgb(52,43,112); }

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