Html Css Color HEX #343968 Deep Koamaru

📋 copy color: '#343968'

red 52 ◦ green 57 ◦ blue 104

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

Shades of Deep Koamaru #343968

Tints of Deep Koamaru #343968

RGB

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

 GREEN value IS 57 (22.66% from 255) = 26.76%

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

R = 24.41%
G = 26.76%
B = 48.83%

CMYK

 C value IS 0.50

 M value IS 0.45

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#343968 (or 0x343968) is known color: Deep Koamaru. HEX triplet: 34, 39 and 68. RGB value is (52,57,104). Sum of RGB (Red+Green+Blue) = 52+57+104=213 (28% of max value = 765). Red value is 52 (20.70% from 255 or 24.41% from 213); Green value is 57 (22.66% from 255 or 26.76% from 213); Blue value is 104 (41.02% from 255 or 48.83% from 213); Max value from RGB is 104 - color contains mainly: blue. Hex color #343968 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #343968 is #CBC697. Grayscale: #3C3C3C. Windows color (decimal): -13354648 or 6830388. OLE color: 6830388.

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

Color convert

RGB 52 57 104 -
CMYK 0.50 0.45 0 0.59
HSL 234.23º 0.33% 0.31% -
HSV(B) 234.23º 0.5% 0.41% -
XYZ 5.38 4.66 13.71 -
YUV 60.86 152.34 121.68 -
System Red Green Blue C M Y K H S L
Decimal 52 57 104 0.50 0.45 0 0.59 234.23 0.33 0.31
Hex 34 39 68 32 2D 0 3B EA 21 1F
Octal 64 71 150 62 55 0 73 352 41 37
Binary 110100 111001 1101000 110010 101101 0 111011 11101010 100001 11111

Color Harmonies of #343968

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #343968

Black with #343968

Text Example


Text Example

White with #343968

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #343968; }

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

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

background-color css

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

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

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

border-color css

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

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

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