Html Css Color HEX #34386D Deep Koamaru

📋 copy color: '#34386D'

red 52 ◦ green 56 ◦ blue 109

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

Shades of Deep Koamaru #34386D

Tints of Deep Koamaru #34386D

RGB

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

 GREEN value IS 56 (22.27% from 255) = 25.81%

 BLUE value IS 109 (42.97% from 255) = 50.23%

R = 23.96%
G = 25.81%
B = 50.23%

CMYK

 C value IS 0.52

 M value IS 0.49

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#34386D (or 0x34386D) is known color: Deep Koamaru. HEX triplet: 34, 38 and 6D. RGB value is (52,56,109). Sum of RGB (Red+Green+Blue) = 52+56+109=217 (28% of max value = 765). Red value is 52 (20.70% from 255 or 23.96% from 217); Green value is 56 (22.27% from 255 or 25.81% from 217); Blue value is 109 (42.97% from 255 or 50.23% from 217); Max value from RGB is 109 - color contains mainly: blue. Hex color #34386D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #34386D is #CBC792. Grayscale: #3C3C3C. Windows color (decimal): -13354899 or 7157812. OLE color: 7157812.

HSL color Cylindrical-coordinate representation of color #34386D: hue angle of 235.79º degrees, saturation: 0.35, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #34386D is Cyan = 0.52, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB 52 56 109 -
CMYK 0.52 0.49 0 0.57
HSL 235.79º 0.35% 0.32% -
HSV(B) 235.79º 0.52% 0.43% -
XYZ 5.59 4.66 15.07 -
YUV 60.85 155.17 121.69 -
System Red Green Blue C M Y K H S L
Decimal 52 56 109 0.52 0.49 0 0.57 235.79 0.35 0.32
Hex 34 38 6D 34 31 0 39 EC 23 20
Octal 64 70 155 64 61 0 71 354 43 40
Binary 110100 111000 1101101 110100 110001 0 111001 11101100 100011 100000

Color Harmonies of #34386D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #34386D

Black with #34386D

Text Example


Text Example

White with #34386D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #34386D; }

 p { color: rgb(52,56,109); }

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

background-color css

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

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

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

border-color css

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

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

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