Html Css Color HEX #34316F Deep Koamaru

📋 copy color: '#34316F'

red 52 ◦ green 49 ◦ blue 111

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

Shades of Deep Koamaru #34316F

Tints of Deep Koamaru #34316F

RGB

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

 GREEN value IS 49 (19.53% from 255) = 23.11%

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

R = 24.53%
G = 23.11%
B = 52.36%

CMYK

 C value IS 0.53

 M value IS 0.56

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#34316F (or 0x34316F) is known color: Deep Koamaru. HEX triplet: 34, 31 and 6F. RGB value is (52,49,111). Sum of RGB (Red+Green+Blue) = 52+49+111=212 (28% of max value = 765). Red value is 52 (20.70% from 255 or 24.53% from 212); Green value is 49 (19.53% from 255 or 23.11% from 212); Blue value is 111 (43.75% from 255 or 52.36% from 212); Max value from RGB is 111 - color contains mainly: blue. Hex color #34316F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #34316F is #CBCE90. Grayscale: #383838. Windows color (decimal): -13356689 or 7287092. OLE color: 7287092.

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

Color convert

RGB 52 49 111 -
CMYK 0.53 0.56 0 0.56
HSL 242.9º 0.39% 0.31% -
HSV(B) 242.9º 0.56% 0.44% -
XYZ 5.38 4.07 15.54 -
YUV 56.97 158.49 124.46 -
System Red Green Blue C M Y K H S L
Decimal 52 49 111 0.53 0.56 0 0.56 242.9 0.39 0.31
Hex 34 31 6F 35 38 0 38 F3 27 1F
Octal 64 61 157 65 70 0 70 363 47 37
Binary 110100 110001 1101111 110101 111000 0 111000 11110011 100111 11111

Color Harmonies of #34316F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #34316F

Black with #34316F

Text Example


Text Example

White with #34316F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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