Html Css Color HEX #343070 Deep Koamaru

📋 copy color: '#343070'

red 52 ◦ green 48 ◦ blue 112

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

Shades of Deep Koamaru #343070

Tints of Deep Koamaru #343070

RGB

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

 GREEN value IS 48 (19.14% from 255) = 22.64%

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

R = 24.53%
G = 22.64%
B = 52.83%

CMYK

 C value IS 0.54

 M value IS 0.57

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#343070 (or 0x343070) is known color: Deep Koamaru. HEX triplet: 34, 30 and 70. RGB value is (52,48,112). Sum of RGB (Red+Green+Blue) = 52+48+112=212 (28% of max value = 765). Red value is 52 (20.70% from 255 or 24.53% from 212); Green value is 48 (19.14% from 255 or 22.64% from 212); Blue value is 112 (44.14% from 255 or 52.83% from 212); Max value from RGB is 112 - color contains mainly: blue. Hex color #343070 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #343070 is #CBCF8F. Grayscale: #383838. Windows color (decimal): -13356944 or 7352372. OLE color: 7352372.

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

Color convert

RGB 52 48 112 -
CMYK 0.54 0.57 0 0.56
HSL 243.75º 0.4% 0.31% -
HSV(B) 243.75º 0.57% 0.44% -
XYZ 5.4 4.01 15.82 -
YUV 56.49 159.33 124.8 -
System Red Green Blue C M Y K H S L
Decimal 52 48 112 0.54 0.57 0 0.56 243.75 0.4 0.31
Hex 34 30 70 36 39 0 38 F4 28 1F
Octal 64 60 160 66 71 0 70 364 50 37
Binary 110100 110000 1110000 110110 111001 0 111000 11110100 101000 11111

Color Harmonies of #343070

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #343070

Black with #343070

Text Example


Text Example

White with #343070

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #343070; }

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

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

background-color css

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

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

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

border-color css

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

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

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