Html Css Color HEX #343668 Deep Koamaru

📋 copy color: '#343668'

red 52 ◦ green 54 ◦ blue 104

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

Shades of Deep Koamaru #343668

Tints of Deep Koamaru #343668

RGB

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

 GREEN value IS 54 (21.48% from 255) = 25.71%

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

R = 24.76%
G = 25.71%
B = 49.52%

CMYK

 C value IS 0.50

 M value IS 0.48

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#343668 (or 0x343668) is known color: Deep Koamaru. HEX triplet: 34, 36 and 68. RGB value is (52,54,104). Sum of RGB (Red+Green+Blue) = 52+54+104=210 (27% of max value = 765). Red value is 52 (20.70% from 255 or 24.76% from 210); Green value is 54 (21.48% from 255 or 25.71% from 210); Blue value is 104 (41.02% from 255 or 49.52% from 210); Max value from RGB is 104 - color contains mainly: blue. Hex color #343668 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #343668 is #CBC997. Grayscale: #3A3A3A. Windows color (decimal): -13355416 or 6829620. OLE color: 6829620.

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

Color convert

RGB 52 54 104 -
CMYK 0.50 0.48 0 0.59
HSL 237.69º 0.33% 0.31% -
HSV(B) 237.69º 0.5% 0.41% -
XYZ 5.23 4.37 13.66 -
YUV 59.1 153.34 122.93 -
System Red Green Blue C M Y K H S L
Decimal 52 54 104 0.50 0.48 0 0.59 237.69 0.33 0.31
Hex 34 36 68 32 30 0 3B EE 21 1F
Octal 64 66 150 62 60 0 73 356 41 37
Binary 110100 110110 1101000 110010 110000 0 111011 11101110 100001 11111

Color Harmonies of #343668

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #343668

Black with #343668

Text Example


Text Example

White with #343668

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #343668; }

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

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

background-color css

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

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

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

border-color css

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

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

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