Html Css Color HEX #34365D Deep Koamaru

📋 copy color: '#34365D'

red 52 ◦ green 54 ◦ blue 93

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

Shades of Deep Koamaru #34365D

Tints of Deep Koamaru #34365D

RGB

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

 GREEN value IS 54 (21.48% from 255) = 27.14%

 BLUE value IS 93 (36.72% from 255) = 46.73%

R = 26.13%
G = 27.14%
B = 46.73%

CMYK

 C value IS 0.44

 M value IS 0.42

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#34365D (or 0x34365D) is known color: Deep Koamaru. HEX triplet: 34, 36 and 5D. RGB value is (52,54,93). Sum of RGB (Red+Green+Blue) = 52+54+93=199 (26% of max value = 765). Red value is 52 (20.70% from 255 or 26.13% from 199); Green value is 54 (21.48% from 255 or 27.14% from 199); Blue value is 93 (36.72% from 255 or 46.73% from 199); Max value from RGB is 93 - color contains mainly: blue. Hex color #34365D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #34365D is #CBC9A2. Grayscale: #393939. Windows color (decimal): -13355427 or 6108724. OLE color: 6108724.

HSL color Cylindrical-coordinate representation of color #34365D: hue angle of 237.07º degrees, saturation: 0.28, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #34365D is Cyan = 0.44, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 52 54 93 -
CMYK 0.44 0.42 0 0.64
HSL 237.07º 0.28% 0.28% -
HSV(B) 237.07º 0.44% 0.36% -
XYZ 4.71 4.16 10.91 -
YUV 57.85 147.84 123.83 -
System Red Green Blue C M Y K H S L
Decimal 52 54 93 0.44 0.42 0 0.64 237.07 0.28 0.28
Hex 34 36 5D 2C 2A 0 40 ED 1C 1C
Octal 64 66 135 54 52 0 100 355 34 34
Binary 110100 110110 1011101 101100 101010 0 1000000 11101101 11100 11100

Color Harmonies of #34365D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #34365D

Black with #34365D

Text Example


Text Example

White with #34365D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(52,54,93); }

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

background-color css

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

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

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

border-color css

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

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

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