Html Css Color HEX #343768 Deep Koamaru

📋 copy color: '#343768'

red 52 ◦ green 55 ◦ blue 104

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

Shades of Deep Koamaru #343768

Tints of Deep Koamaru #343768

RGB

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

 GREEN value IS 55 (21.88% from 255) = 26.07%

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

R = 24.64%
G = 26.07%
B = 49.29%

CMYK

 C value IS 0.50

 M value IS 0.47

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#343768 (or 0x343768) is known color: Deep Koamaru. HEX triplet: 34, 37 and 68. RGB value is (52,55,104). Sum of RGB (Red+Green+Blue) = 52+55+104=211 (27% of max value = 765). Red value is 52 (20.70% from 255 or 24.64% from 211); Green value is 55 (21.88% from 255 or 26.07% from 211); Blue value is 104 (41.02% from 255 or 49.29% from 211); Max value from RGB is 104 - color contains mainly: blue. Hex color #343768 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #343768 is #CBC897. Grayscale: #3B3B3B. Windows color (decimal): -13355160 or 6829876. OLE color: 6829876.

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

Color convert

RGB 52 55 104 -
CMYK 0.50 0.47 0 0.59
HSL 236.54º 0.33% 0.31% -
HSV(B) 236.54º 0.5% 0.41% -
XYZ 5.28 4.46 13.68 -
YUV 59.69 153.01 122.52 -
System Red Green Blue C M Y K H S L
Decimal 52 55 104 0.50 0.47 0 0.59 236.54 0.33 0.31
Hex 34 37 68 32 2F 0 3B ED 21 1F
Octal 64 67 150 62 57 0 73 355 41 37
Binary 110100 110111 1101000 110010 101111 0 111011 11101101 100001 11111

Color Harmonies of #343768

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #343768

Black with #343768

Text Example


Text Example

White with #343768

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #343768; }

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

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

background-color css

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

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

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

border-color css

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

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

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