Html Css Color HEX #34376C Deep Koamaru

📋 copy color: '#34376C'

red 52 ◦ green 55 ◦ blue 108

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

Shades of Deep Koamaru #34376C

Tints of Deep Koamaru #34376C

RGB

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

 GREEN value IS 55 (21.88% from 255) = 25.58%

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

R = 24.19%
G = 25.58%
B = 50.23%

CMYK

 C value IS 0.52

 M value IS 0.49

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#34376C (or 0x34376C) is known color: Deep Koamaru. HEX triplet: 34, 37 and 6C. RGB value is (52,55,108). Sum of RGB (Red+Green+Blue) = 52+55+108=215 (28% of max value = 765). Red value is 52 (20.70% from 255 or 24.19% from 215); Green value is 55 (21.88% from 255 or 25.58% from 215); Blue value is 108 (42.58% from 255 or 50.23% from 215); Max value from RGB is 108 - color contains mainly: blue. Hex color #34376C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #34376C is #CBC893. Grayscale: #3B3B3B. Windows color (decimal): -13355156 or 7092020. OLE color: 7092020.

HSL color Cylindrical-coordinate representation of color #34376C: hue angle of 236.79º 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 #34376C is Cyan = 0.52, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 52 55 108 -
CMYK 0.52 0.49 0 0.58
HSL 236.79º 0.35% 0.31% -
HSV(B) 236.79º 0.52% 0.42% -
XYZ 5.49 4.55 14.78 -
YUV 60.15 155.01 122.19 -
System Red Green Blue C M Y K H S L
Decimal 52 55 108 0.52 0.49 0 0.58 236.79 0.35 0.31
Hex 34 37 6C 34 31 0 3A ED 23 1F
Octal 64 67 154 64 61 0 72 355 43 37
Binary 110100 110111 1101100 110100 110001 0 111010 11101101 100011 11111

Color Harmonies of #34376C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #34376C

Black with #34376C

Text Example


Text Example

White with #34376C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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