Html Css Color HEX #343468 Deep Koamaru

📋 copy color: '#343468'

red 52 ◦ green 52 ◦ blue 104

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

Shades of Deep Koamaru #343468

Tints of Deep Koamaru #343468

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 50%

R = 25%
G = 25%
B = 50%

CMYK

 C value IS 0.50

 M value IS 0.50

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#343468 (or 0x343468) is known color: Deep Koamaru. HEX triplet: 34, 34 and 68. RGB value is (52,52,104). Sum of RGB (Red+Green+Blue) = 52+52+104=208 (27% of max value = 765). Red value is 52 (20.70% from 255 or 25% from 208); Green value is 52 (20.70% from 255 or 25% from 208); Blue value is 104 (41.02% from 255 or 50% from 208); Max value from RGB is 104 - color contains mainly: blue. Hex color #343468 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #343468 is #CBCB97. Grayscale: #393939. Windows color (decimal): -13355928 or 6829108. OLE color: 6829108.

HSL color Cylindrical-coordinate representation of color #343468: hue angle of 240º degrees, saturation: 0.33, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #343468 is Cyan = 0.50, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 52 52 104 -
CMYK 0.50 0.50 0 0.59
HSL 240º 0.33% 0.31% -
HSV(B) 240º 0.5% 0.41% -
XYZ 5.14 4.19 13.63 -
YUV 57.93 154 123.77 -
System Red Green Blue C M Y K H S L
Decimal 52 52 104 0.50 0.50 0 0.59 240 0.33 0.31
Hex 34 34 68 32 32 0 3B F0 21 1F
Octal 64 64 150 62 62 0 73 360 41 37
Binary 110100 110100 1101000 110010 110010 0 111011 11110000 100001 11111

Color Harmonies of #343468

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #343468

Black with #343468

Text Example


Text Example

White with #343468

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #343468; }

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

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

background-color css

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

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

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

border-color css

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

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

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