Html Css Color HEX #343464 Deep Koamaru

📋 copy color: '#343464'

red 52 ◦ green 52 ◦ blue 100

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

Shades of Deep Koamaru #343464

Tints of Deep Koamaru #343464

RGB

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

 GREEN value IS 52 (20.7% from 255) = 25.49%

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

R = 25.49%
G = 25.49%
B = 49.02%

CMYK

 C value IS 0.48

 M value IS 0.48

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#343464 (or 0x343464) is known color: Deep Koamaru. HEX triplet: 34, 34 and 64. RGB value is (52,52,100). Sum of RGB (Red+Green+Blue) = 52+52+100=204 (27% of max value = 765). Red value is 52 (20.70% from 255 or 25.49% from 204); Green value is 52 (20.70% from 255 or 25.49% from 204); Blue value is 100 (39.45% from 255 or 49.02% from 204); Max value from RGB is 100 - color contains mainly: blue. Hex color #343464 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #343464 is #CBCB9B. Grayscale: #393939. Windows color (decimal): -13355932 or 6566964. OLE color: 6566964.

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

Color convert

RGB 52 52 100 -
CMYK 0.48 0.48 0 0.61
HSL 240º 0.32% 0.3% -
HSV(B) 240º 0.48% 0.39% -
XYZ 4.94 4.11 12.59 -
YUV 57.47 152 124.1 -
System Red Green Blue C M Y K H S L
Decimal 52 52 100 0.48 0.48 0 0.61 240 0.32 0.3
Hex 34 34 64 30 30 0 3D F0 20 1E
Octal 64 64 144 60 60 0 75 360 40 36
Binary 110100 110100 1100100 110000 110000 0 111101 11110000 100000 11110

Color Harmonies of #343464

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #343464

Black with #343464

Text Example


Text Example

White with #343464

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #343464; }

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

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

background-color css

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

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

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

border-color css

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

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

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