Html Css Color HEX #343264 Deep Koamaru

📋 copy color: '#343264'

red 52 ◦ green 50 ◦ blue 100

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

Shades of Deep Koamaru #343264

Tints of Deep Koamaru #343264

RGB

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

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

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

R = 25.74%
G = 24.75%
B = 49.5%

CMYK

 C value IS 0.48

 M value IS 0.50

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#343264 (or 0x343264) is known color: Deep Koamaru. HEX triplet: 34, 32 and 64. RGB value is (52,50,100). Sum of RGB (Red+Green+Blue) = 52+50+100=202 (26% of max value = 765). Red value is 52 (20.70% from 255 or 25.74% from 202); Green value is 50 (19.92% from 255 or 24.75% from 202); Blue value is 100 (39.45% from 255 or 49.50% from 202); Max value from RGB is 100 - color contains mainly: blue. Hex color #343264 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #343264 is #CBCD9B. Grayscale: #383838. Windows color (decimal): -13356444 or 6566452. OLE color: 6566452.

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

Color convert

RGB 52 50 100 -
CMYK 0.48 0.50 0 0.61
HSL 242.4º 0.33% 0.29% -
HSV(B) 242.4º 0.5% 0.39% -
XYZ 4.86 3.93 12.56 -
YUV 56.3 152.66 124.93 -
System Red Green Blue C M Y K H S L
Decimal 52 50 100 0.48 0.50 0 0.61 242.4 0.33 0.29
Hex 34 32 64 30 32 0 3D F2 21 1D
Octal 64 62 144 60 62 0 75 362 41 35
Binary 110100 110010 1100100 110000 110010 0 111101 11110010 100001 11101

Color Harmonies of #343264

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #343264

Black with #343264

Text Example


Text Example

White with #343264

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #343264; }

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

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

background-color css

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

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

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

border-color css

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

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

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