Html Css Color HEX #343270 Deep Koamaru

📋 copy color: '#343270'

red 52 ◦ green 50 ◦ blue 112

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

Shades of Deep Koamaru #343270

Tints of Deep Koamaru #343270

RGB

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

 GREEN value IS 50 (19.92% from 255) = 23.36%

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

R = 24.3%
G = 23.36%
B = 52.34%

CMYK

 C value IS 0.54

 M value IS 0.55

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#343270 (or 0x343270) is known color: Deep Koamaru. HEX triplet: 34, 32 and 70. RGB value is (52,50,112). Sum of RGB (Red+Green+Blue) = 52+50+112=214 (28% of max value = 765). Red value is 52 (20.70% from 255 or 24.30% from 214); Green value is 50 (19.92% from 255 or 23.36% from 214); Blue value is 112 (44.14% from 255 or 52.34% from 214); Max value from RGB is 112 - color contains mainly: blue. Hex color #343270 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #343270 is #CBCD8F. Grayscale: #393939. Windows color (decimal): -13356432 or 7352884. OLE color: 7352884.

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

Color convert

RGB 52 50 112 -
CMYK 0.54 0.55 0 0.56
HSL 241.94º 0.38% 0.32% -
HSV(B) 241.94º 0.55% 0.44% -
XYZ 5.48 4.18 15.85 -
YUV 57.67 158.66 123.96 -
System Red Green Blue C M Y K H S L
Decimal 52 50 112 0.54 0.55 0 0.56 241.94 0.38 0.32
Hex 34 32 70 36 37 0 38 F2 26 20
Octal 64 62 160 66 67 0 70 362 46 40
Binary 110100 110010 1110000 110110 110111 0 111000 11110010 100110 100000

Color Harmonies of #343270

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #343270

Black with #343270

Text Example


Text Example

White with #343270

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #343270; }

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

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

background-color css

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

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

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

border-color css

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

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

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