Html Css Color HEX #34376F Deep Koamaru

📋 copy color: '#34376F'

red 52 ◦ green 55 ◦ blue 111

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

Shades of Deep Koamaru #34376F

Tints of Deep Koamaru #34376F

RGB

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

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

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

R = 23.85%
G = 25.23%
B = 50.92%

CMYK

 C value IS 0.53

 M value IS 0.50

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#34376F (or 0x34376F) is known color: Deep Koamaru. HEX triplet: 34, 37 and 6F. RGB value is (52,55,111). Sum of RGB (Red+Green+Blue) = 52+55+111=218 (28% of max value = 765). Red value is 52 (20.70% from 255 or 23.85% from 218); Green value is 55 (21.88% from 255 or 25.23% from 218); Blue value is 111 (43.75% from 255 or 50.92% from 218); Max value from RGB is 111 - color contains mainly: blue. Hex color #34376F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #34376F is #CBC890. Grayscale: #3C3C3C. Windows color (decimal): -13355153 or 7288628. OLE color: 7288628.

HSL color Cylindrical-coordinate representation of color #34376F: hue angle of 236.95º 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 #34376F is Cyan = 0.53, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 52 55 111 -
CMYK 0.53 0.50 0 0.56
HSL 236.95º 0.36% 0.32% -
HSV(B) 236.95º 0.53% 0.44% -
XYZ 5.65 4.61 15.63 -
YUV 60.49 156.51 121.95 -
System Red Green Blue C M Y K H S L
Decimal 52 55 111 0.53 0.50 0 0.56 236.95 0.36 0.32
Hex 34 37 6F 35 32 0 38 ED 24 20
Octal 64 67 157 65 62 0 70 355 44 40
Binary 110100 110111 1101111 110101 110010 0 111000 11101101 100100 100000

Color Harmonies of #34376F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #34376F

Black with #34376F

Text Example


Text Example

White with #34376F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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