Html Css Color HEX #34356F Deep Koamaru

📋 copy color: '#34356F'

red 52 ◦ green 53 ◦ blue 111

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

Shades of Deep Koamaru #34356F

Tints of Deep Koamaru #34356F

RGB

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

 GREEN value IS 53 (21.09% from 255) = 24.54%

 BLUE value IS 111 (43.75% from 255) = 51.39%

R = 24.07%
G = 24.54%
B = 51.39%

CMYK

 C value IS 0.53

 M value IS 0.52

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#34356F (or 0x34356F) is known color: Deep Koamaru. HEX triplet: 34, 35 and 6F. RGB value is (52,53,111). Sum of RGB (Red+Green+Blue) = 52+53+111=216 (28% of max value = 765). Red value is 52 (20.70% from 255 or 24.07% from 216); Green value is 53 (21.09% from 255 or 24.54% from 216); Blue value is 111 (43.75% from 255 or 51.39% from 216); Max value from RGB is 111 - color contains mainly: blue. Hex color #34356F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #34356F is #CBCA90. Grayscale: #3B3B3B. Windows color (decimal): -13355665 or 7288116. OLE color: 7288116.

HSL color Cylindrical-coordinate representation of color #34356F: hue angle of 238.98º degrees, saturation: 0.36, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #34356F is Cyan = 0.53, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 52 53 111 -
CMYK 0.53 0.52 0 0.56
HSL 238.98º 0.36% 0.32% -
HSV(B) 238.98º 0.53% 0.44% -
XYZ 5.56 4.42 15.6 -
YUV 59.31 157.17 122.78 -
System Red Green Blue C M Y K H S L
Decimal 52 53 111 0.53 0.52 0 0.56 238.98 0.36 0.32
Hex 34 35 6F 35 34 0 38 EF 24 20
Octal 64 65 157 65 64 0 70 357 44 40
Binary 110100 110101 1101111 110101 110100 0 111000 11101111 100100 100000

Color Harmonies of #34356F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #34356F

Black with #34356F

Text Example


Text Example

White with #34356F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #34356F; }

 p { color: rgb(52,53,111); }

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

background-color css

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

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

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

border-color css

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

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

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