Html Css Color HEX #343368 Deep Koamaru

📋 copy color: '#343368'

red 52 ◦ green 51 ◦ blue 104

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

Shades of Deep Koamaru #343368

Tints of Deep Koamaru #343368

RGB

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

 GREEN value IS 51 (20.31% from 255) = 24.64%

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

R = 25.12%
G = 24.64%
B = 50.24%

CMYK

 C value IS 0.50

 M value IS 0.51

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#343368 (or 0x343368) is known color: Deep Koamaru. HEX triplet: 34, 33 and 68. RGB value is (52,51,104). Sum of RGB (Red+Green+Blue) = 52+51+104=207 (27% of max value = 765). Red value is 52 (20.70% from 255 or 25.12% from 207); Green value is 51 (20.31% from 255 or 24.64% from 207); Blue value is 104 (41.02% from 255 or 50.24% from 207); Max value from RGB is 104 - color contains mainly: blue. Hex color #343368 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #343368 is #CBCC97. Grayscale: #393939. Windows color (decimal): -13356184 or 6828852. OLE color: 6828852.

HSL color Cylindrical-coordinate representation of color #343368: hue angle of 241.13º degrees, saturation: 0.34, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #343368 is Cyan = 0.50, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 52 51 104 -
CMYK 0.50 0.51 0 0.59
HSL 241.13º 0.34% 0.3% -
HSV(B) 241.13º 0.51% 0.41% -
XYZ 5.1 4.1 13.62 -
YUV 57.34 154.33 124.19 -
System Red Green Blue C M Y K H S L
Decimal 52 51 104 0.50 0.51 0 0.59 241.13 0.34 0.3
Hex 34 33 68 32 33 0 3B F1 22 1E
Octal 64 63 150 62 63 0 73 361 42 36
Binary 110100 110011 1101000 110010 110011 0 111011 11110001 100010 11110

Color Harmonies of #343368

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #343368

Black with #343368

Text Example


Text Example

White with #343368

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #343368; }

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

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

background-color css

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

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

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

border-color css

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

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

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