Html Css Color HEX #34376E Deep Koamaru

📋 copy color: '#34376E'

red 52 ◦ green 55 ◦ blue 110

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

Shades of Deep Koamaru #34376E

Tints of Deep Koamaru #34376E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 50.69%

R = 23.96%
G = 25.35%
B = 50.69%

CMYK

 C value IS 0.53

 M value IS 0.5

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#34376E (or 0x34376E) is known color: Deep Koamaru. HEX triplet: 34, 37 and 6E. RGB value is (52,55,110). Sum of RGB (Red+Green+Blue) = 52+55+110=217 (28% of max value = 765). Red value is 52 (20.70% from 255 or 23.96% from 217); Green value is 55 (21.88% from 255 or 25.35% from 217); Blue value is 110 (43.36% from 255 or 50.69% from 217); Max value from RGB is 110 - color contains mainly: blue. Hex color #34376E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #34376E is #CBC891. Grayscale: #3C3C3C. Windows color (decimal): -13355154 or 7223092. OLE color: 7223092.

HSL color Cylindrical-coordinate representation of color #34376E: hue angle of 236.9º degrees, saturation: 0.36, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #34376E is Cyan = 0.53, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB 52 55 110 -
CMYK 0.53 0.5 0 0.57
HSL 236.9º 0.36% 0.32% -
HSV(B) 236.9º 0.53% 0.43% -
XYZ 5.6 4.59 15.34 -
YUV 60.37 156.01 122.03 -
System Red Green Blue C M Y K H S L
Decimal 52 55 110 0.53 0.5 0 0.57 236.9 0.36 0.32
Hex 34 37 6E 35 32 0 39 ED 24 20
Octal 64 67 156 65 62 0 71 355 44 40
Binary 110100 110111 1101110 110101 110010 0 111001 11101101 100100 100000

Color Harmonies of #34376E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #34376E

Black with #34376E

Text Example


Text Example

White with #34376E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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