Html Css Color HEX #395A54 Blue Dianne

📋 copy color: '#395A54'

red 57 ◦ green 90 ◦ blue 84

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

Shades of Blue Dianne #395A54

Tints of Blue Dianne #395A54

RGB

 RED value IS 57 (22.66% from 255) = 24.68%

 GREEN value IS 90 (35.55% from 255) = 38.96%

 BLUE value IS 84 (33.2% from 255) = 36.36%

R = 24.68%
G = 38.96%
B = 36.36%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.07

 K value IS 0.65

RGB Variations

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

Color information

#395A54 (or 0x395A54) is known color: Blue Dianne. HEX triplet: 39, 5A and 54. RGB value is (57,90,84). Sum of RGB (Red+Green+Blue) = 57+90+84=231 (30% of max value = 765). Red value is 57 (22.66% from 255 or 24.68% from 231); Green value is 90 (35.55% from 255 or 38.96% from 231); Blue value is 84 (33.20% from 255 or 36.36% from 231); Max value from RGB is 90 - color contains mainly: green. Hex color #395A54 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #395A54 is #C6A5AB. Grayscale: #4F4F4F. Windows color (decimal): -13018540 or 5528121. OLE color: 5528121.

HSL color Cylindrical-coordinate representation of color #395A54: hue angle of 169.09º degrees, saturation: 0.22, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #395A54 is Cyan = 0.37, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.65.

Color convert

RGB 57 90 84 -
CMYK 0.37 0 0.07 0.65
HSL 169.09º 0.22% 0.29% -
HSV(B) 169.09º 0.37% 0.35% -
XYZ 6.94 8.82 9.72 -
YUV 79.45 130.57 111.99 -
System Red Green Blue C M Y K H S L
Decimal 57 90 84 0.37 0 0.07 0.65 169.09 0.22 0.29
Hex 39 5A 54 25 0 7 41 A9 16 1D
Octal 71 132 124 45 0 7 101 251 26 35
Binary 111001 1011010 1010100 100101 0 111 1000001 10101001 10110 11101

Color Harmonies of #395A54

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #395A54

Black with #395A54

Text Example


Text Example

White with #395A54

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #395A54; }

 p { color: rgb(57,90,84); }

 H1.HeaderClassName
 {
   color: #395A54;
 }
 .AnyTagClassName
 {
   color: #395A54;
 }
</style>

background-color css

<style>
 a { background-color: #395A54; }

 a { background-color: rgb(57,90,84); }

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

border-color css

<style>
 span { border-color: #395A54; }

 span { border-color: rgb(57,90,84); }

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