Html Css Color HEX #343469 Deep Koamaru

📋 copy color: '#343469'

red 52 ◦ green 52 ◦ blue 105

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

Shades of Deep Koamaru #343469

Tints of Deep Koamaru #343469

RGB

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

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

 BLUE value IS 105 (41.41% from 255) = 50.24%

R = 24.88%
G = 24.88%
B = 50.24%

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

#343469 (or 0x343469) is known color: Deep Koamaru. HEX triplet: 34, 34 and 69. RGB value is (52,52,105). Sum of RGB (Red+Green+Blue) = 52+52+105=209 (27% of max value = 765). Red value is 52 (20.70% from 255 or 24.88% from 209); Green value is 52 (20.70% from 255 or 24.88% from 209); Blue value is 105 (41.41% from 255 or 50.24% from 209); Max value from RGB is 105 - color contains mainly: blue. Hex color #343469 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #343469 is #CBCB96. Grayscale: #393939. Windows color (decimal): -13355927 or 6894644. OLE color: 6894644.

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

Color convert

RGB 52 52 105 -
CMYK 0.50 0.50 0 0.59
HSL 240º 0.34% 0.31% -
HSV(B) 240º 0.5% 0.41% -
XYZ 5.19 4.21 13.9 -
YUV 58.04 154.5 123.69 -
System Red Green Blue C M Y K H S L
Decimal 52 52 105 0.50 0.50 0 0.59 240 0.34 0.31
Hex 34 34 69 32 32 0 3B F0 22 1F
Octal 64 64 151 62 62 0 73 360 42 37
Binary 110100 110100 1101001 110010 110010 0 111011 11110000 100010 11111

Color Harmonies of #343469

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #343469

Black with #343469

Text Example


Text Example

White with #343469

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #343469; }

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

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

background-color css

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

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

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

border-color css

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

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

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