Html Css Color HEX #344B4A Blue Dianne

📋 copy color: '#344B4A'

red 52 ◦ green 75 ◦ blue 74

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

Shades of Blue Dianne #344B4A

Tints of Blue Dianne #344B4A

RGB

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

 GREEN value IS 75 (29.69% from 255) = 37.31%

 BLUE value IS 74 (29.3% from 255) = 36.82%

R = 25.87%
G = 37.31%
B = 36.82%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.01

 K value IS 0.71

RGB Variations

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

Color information

#344B4A (or 0x344B4A) is known color: Blue Dianne. HEX triplet: 34, 4B and 4A. RGB value is (52,75,74). Sum of RGB (Red+Green+Blue) = 52+75+74=201 (26% of max value = 765). Red value is 52 (20.70% from 255 or 25.87% from 201); Green value is 75 (29.69% from 255 or 37.31% from 201); Blue value is 74 (29.30% from 255 or 36.82% from 201); Max value from RGB is 75 - color contains mainly: green. Hex color #344B4A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #344B4A is #CBB4B5. Grayscale: #434343. Windows color (decimal): -13350070 or 4868916. OLE color: 4868916.

HSL color Cylindrical-coordinate representation of color #344B4A: hue angle of 177.39º degrees, saturation: 0.18, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #344B4A is Cyan = 0.31, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.71.

Color convert

RGB 52 75 74 -
CMYK 0.31 0 0.01 0.71
HSL 177.39º 0.18% 0.25% -
HSV(B) 177.39º 0.31% 0.29% -
XYZ 5.17 6.26 7.41 -
YUV 68.01 131.38 116.58 -
System Red Green Blue C M Y K H S L
Decimal 52 75 74 0.31 0 0.01 0.71 177.39 0.18 0.25
Hex 34 4B 4A 1F 0 1 47 B1 12 19
Octal 64 113 112 37 0 1 107 261 22 31
Binary 110100 1001011 1001010 11111 0 1 1000111 10110001 10010 11001

Color Harmonies of #344B4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #344B4A

Black with #344B4A

Text Example


Text Example

White with #344B4A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #344B4A; }

 p { color: rgb(52,75,74); }

 H1.HeaderClassName
 {
   color: #344B4A;
 }
 .AnyTagClassName
 {
   color: #344B4A;
 }
</style>

background-color css

<style>
 a { background-color: #344B4A; }

 a { background-color: rgb(52,75,74); }

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

border-color css

<style>
 span { border-color: #344B4A; }

 span { border-color: rgb(52,75,74); }

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