Html Css Color HEX #343064 Deep Koamaru

📋 copy color: '#343064'

red 52 ◦ green 48 ◦ blue 100

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

Shades of Deep Koamaru #343064

Tints of Deep Koamaru #343064

RGB

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

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

 BLUE value IS 100 (39.45% from 255) = 50%

R = 26%
G = 24%
B = 50%

CMYK

 C value IS 0.48

 M value IS 0.52

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#343064 (or 0x343064) is known color: Deep Koamaru. HEX triplet: 34, 30 and 64. RGB value is (52,48,100). Sum of RGB (Red+Green+Blue) = 52+48+100=200 (26% of max value = 765). Red value is 52 (20.70% from 255 or 26% from 200); Green value is 48 (19.14% from 255 or 24% from 200); Blue value is 100 (39.45% from 255 or 50% from 200); Max value from RGB is 100 - color contains mainly: blue. Hex color #343064 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #343064 is #CBCF9B. Grayscale: #363636. Windows color (decimal): -13356956 or 6565940. OLE color: 6565940.

HSL color Cylindrical-coordinate representation of color #343064: hue angle of 244.62º degrees, saturation: 0.35, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #343064 is Cyan = 0.48, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB 52 48 100 -
CMYK 0.48 0.52 0 0.61
HSL 244.62º 0.35% 0.29% -
HSV(B) 244.62º 0.52% 0.39% -
XYZ 4.77 3.76 12.53 -
YUV 55.12 153.33 125.77 -
System Red Green Blue C M Y K H S L
Decimal 52 48 100 0.48 0.52 0 0.61 244.62 0.35 0.29
Hex 34 30 64 30 34 0 3D F5 23 1D
Octal 64 60 144 60 64 0 75 365 43 35
Binary 110100 110000 1100100 110000 110100 0 111101 11110101 100011 11101

Color Harmonies of #343064

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #343064

Black with #343064

Text Example


Text Example

White with #343064

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #343064; }

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

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

background-color css

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

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

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

border-color css

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

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

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