Html Css Color HEX #3A4E4D Blue Dianne

📋 copy color: '#3A4E4D'

red 58 ◦ green 78 ◦ blue 77

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

Shades of Blue Dianne #3A4E4D

Tints of Blue Dianne #3A4E4D

RGB

 RED value IS 58 (23.05% from 255) = 27.23%

 GREEN value IS 78 (30.86% from 255) = 36.62%

 BLUE value IS 77 (30.47% from 255) = 36.15%

R = 27.23%
G = 36.62%
B = 36.15%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.01

 K value IS 0.69

RGB Variations

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

Color information

#3A4E4D (or 0x3A4E4D) is known color: Blue Dianne. HEX triplet: 3A, 4E and 4D. RGB value is (58,78,77). Sum of RGB (Red+Green+Blue) = 58+78+77=213 (28% of max value = 765). Red value is 58 (23.05% from 255 or 27.23% from 213); Green value is 78 (30.86% from 255 or 36.62% from 213); Blue value is 77 (30.47% from 255 or 36.15% from 213); Max value from RGB is 78 - color contains mainly: green. Hex color #3A4E4D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3A4E4D is #C5B1B2. Grayscale: #474747. Windows color (decimal): -12956083 or 5066298. OLE color: 5066298.

HSL color Cylindrical-coordinate representation of color #3A4E4D: hue angle of 177º degrees, saturation: 0.15, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #3A4E4D is Cyan = 0.26, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.69.

Color convert

RGB 58 78 77 -
CMYK 0.26 0 0.01 0.69
HSL 177º 0.15% 0.27% -
HSV(B) 177º 0.26% 0.31% -
XYZ 5.81 6.88 8.04 -
YUV 71.91 130.87 118.08 -
System Red Green Blue C M Y K H S L
Decimal 58 78 77 0.26 0 0.01 0.69 177 0.15 0.27
Hex 3A 4E 4D 1A 0 1 45 B1 F 1B
Octal 72 116 115 32 0 1 105 261 17 33
Binary 111010 1001110 1001101 11010 0 1 1000101 10110001 1111 11011

Color Harmonies of #3A4E4D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A4E4D

Black with #3A4E4D

Text Example


Text Example

White with #3A4E4D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3A4E4D; }

 p { color: rgb(58,78,77); }

 H1.HeaderClassName
 {
   color: #3A4E4D;
 }
 .AnyTagClassName
 {
   color: #3A4E4D;
 }
</style>

background-color css

<style>
 a { background-color: #3A4E4D; }

 a { background-color: rgb(58,78,77); }

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

border-color css

<style>
 span { border-color: #3A4E4D; }

 span { border-color: rgb(58,78,77); }

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