Html Css Color HEX #34376B Deep Koamaru

📋 copy color: '#34376B'

red 52 ◦ green 55 ◦ blue 107

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

Shades of Deep Koamaru #34376B

Tints of Deep Koamaru #34376B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 50%

R = 24.3%
G = 25.7%
B = 50%

CMYK

 C value IS 0.51

 M value IS 0.49

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#34376B (or 0x34376B) is known color: Deep Koamaru. HEX triplet: 34, 37 and 6B. RGB value is (52,55,107). Sum of RGB (Red+Green+Blue) = 52+55+107=214 (28% of max value = 765). Red value is 52 (20.70% from 255 or 24.30% from 214); Green value is 55 (21.88% from 255 or 25.70% from 214); Blue value is 107 (42.19% from 255 or 50% from 214); Max value from RGB is 107 - color contains mainly: blue. Hex color #34376B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #34376B is #CBC894. Grayscale: #3B3B3B. Windows color (decimal): -13355157 or 7026484. OLE color: 7026484.

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

Color convert

RGB 52 55 107 -
CMYK 0.51 0.49 0 0.58
HSL 236.73º 0.35% 0.31% -
HSV(B) 236.73º 0.51% 0.42% -
XYZ 5.44 4.52 14.5 -
YUV 60.03 154.51 122.27 -
System Red Green Blue C M Y K H S L
Decimal 52 55 107 0.51 0.49 0 0.58 236.73 0.35 0.31
Hex 34 37 6B 33 31 0 3A ED 23 1F
Octal 64 67 153 63 61 0 72 355 43 37
Binary 110100 110111 1101011 110011 110001 0 111010 11101101 100011 11111

Color Harmonies of #34376B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #34376B

Black with #34376B

Text Example


Text Example

White with #34376B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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