Html Css Color HEX #343564 Deep Koamaru

📋 copy color: '#343564'

red 52 ◦ green 53 ◦ blue 100

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

Shades of Deep Koamaru #343564

Tints of Deep Koamaru #343564

RGB

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

 GREEN value IS 53 (21.09% from 255) = 25.85%

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

R = 25.37%
G = 25.85%
B = 48.78%

CMYK

 C value IS 0.48

 M value IS 0.47

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#343564 (or 0x343564) is known color: Deep Koamaru. HEX triplet: 34, 35 and 64. RGB value is (52,53,100). Sum of RGB (Red+Green+Blue) = 52+53+100=205 (27% of max value = 765). Red value is 52 (20.70% from 255 or 25.37% from 205); Green value is 53 (21.09% from 255 or 25.85% from 205); Blue value is 100 (39.45% from 255 or 48.78% from 205); Max value from RGB is 100 - color contains mainly: blue. Hex color #343564 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #343564 is #CBCA9B. Grayscale: #393939. Windows color (decimal): -13355676 or 6567220. OLE color: 6567220.

HSL color Cylindrical-coordinate representation of color #343564: hue angle of 238.75º 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 #343564 is Cyan = 0.48, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB 52 53 100 -
CMYK 0.48 0.47 0 0.61
HSL 238.75º 0.32% 0.3% -
HSV(B) 238.75º 0.48% 0.39% -
XYZ 4.99 4.2 12.6 -
YUV 58.06 151.67 123.68 -
System Red Green Blue C M Y K H S L
Decimal 52 53 100 0.48 0.47 0 0.61 238.75 0.32 0.3
Hex 34 35 64 30 2F 0 3D EF 20 1E
Octal 64 65 144 60 57 0 75 357 40 36
Binary 110100 110101 1100100 110000 101111 0 111101 11101111 100000 11110

Color Harmonies of #343564

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #343564

Black with #343564

Text Example


Text Example

White with #343564

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #343564; }

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

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

background-color css

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

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

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

border-color css

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

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

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