Html Css Color HEX #34356C Deep Koamaru

📋 copy color: '#34356C'

red 52 ◦ green 53 ◦ blue 108

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

Shades of Deep Koamaru #34356C

Tints of Deep Koamaru #34356C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 50.7%

R = 24.41%
G = 24.88%
B = 50.7%

CMYK

 C value IS 0.52

 M value IS 0.51

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#34356C (or 0x34356C) is known color: Deep Koamaru. HEX triplet: 34, 35 and 6C. RGB value is (52,53,108). Sum of RGB (Red+Green+Blue) = 52+53+108=213 (28% of max value = 765). Red value is 52 (20.70% from 255 or 24.41% from 213); Green value is 53 (21.09% from 255 or 24.88% from 213); Blue value is 108 (42.58% from 255 or 50.70% from 213); Max value from RGB is 108 - color contains mainly: blue. Hex color #34356C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #34356C is #CBCA93. Grayscale: #3A3A3A. Windows color (decimal): -13355668 or 7091508. OLE color: 7091508.

HSL color Cylindrical-coordinate representation of color #34356C: hue angle of 238.93º degrees, saturation: 0.35, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #34356C is Cyan = 0.52, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 52 53 108 -
CMYK 0.52 0.51 0 0.58
HSL 238.93º 0.35% 0.31% -
HSV(B) 238.93º 0.52% 0.42% -
XYZ 5.4 4.36 14.74 -
YUV 58.97 155.67 123.03 -
System Red Green Blue C M Y K H S L
Decimal 52 53 108 0.52 0.51 0 0.58 238.93 0.35 0.31
Hex 34 35 6C 34 33 0 3A EF 23 1F
Octal 64 65 154 64 63 0 72 357 43 37
Binary 110100 110101 1101100 110100 110011 0 111010 11101111 100011 11111

Color Harmonies of #34356C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #34356C

Black with #34356C

Text Example


Text Example

White with #34356C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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