Html Css Color HEX #343769 Deep Koamaru

📋 copy color: '#343769'

red 52 ◦ green 55 ◦ blue 105

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

Shades of Deep Koamaru #343769

Tints of Deep Koamaru #343769

RGB

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

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

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

R = 24.53%
G = 25.94%
B = 49.53%

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

#343769 (or 0x343769) is known color: Deep Koamaru. HEX triplet: 34, 37 and 69. RGB value is (52,55,105). Sum of RGB (Red+Green+Blue) = 52+55+105=212 (28% of max value = 765). Red value is 52 (20.70% from 255 or 24.53% from 212); Green value is 55 (21.88% from 255 or 25.94% from 212); Blue value is 105 (41.41% from 255 or 49.53% from 212); Max value from RGB is 105 - color contains mainly: blue. Hex color #343769 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #343769 is #CBC896. Grayscale: #3B3B3B. Windows color (decimal): -13355159 or 6895412. OLE color: 6895412.

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

Color convert

RGB 52 55 105 -
CMYK 0.50 0.48 0 0.59
HSL 236.6º 0.34% 0.31% -
HSV(B) 236.6º 0.5% 0.41% -
XYZ 5.33 4.48 13.95 -
YUV 59.8 153.51 122.43 -
System Red Green Blue C M Y K H S L
Decimal 52 55 105 0.50 0.48 0 0.59 236.6 0.34 0.31
Hex 34 37 69 32 30 0 3B ED 22 1F
Octal 64 67 151 62 60 0 73 355 42 37
Binary 110100 110111 1101001 110010 110000 0 111011 11101101 100010 11111

Color Harmonies of #343769

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #343769

Black with #343769

Text Example


Text Example

White with #343769

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #343769; }

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

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

background-color css

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

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

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

border-color css

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

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

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