Html Css Color HEX #385A54 Blue Dianne

📋 copy color: '#385A54'

red 56 ◦ green 90 ◦ blue 84

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

Shades of Blue Dianne #385A54

Tints of Blue Dianne #385A54

RGB

 RED value IS 56 (22.27% from 255) = 24.35%

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

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

R = 24.35%
G = 39.13%
B = 36.52%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.07

 K value IS 0.65

RGB Variations

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

Color information

#385A54 (or 0x385A54) is known color: Blue Dianne. HEX triplet: 38, 5A and 54. RGB value is (56,90,84). Sum of RGB (Red+Green+Blue) = 56+90+84=230 (30% of max value = 765). Red value is 56 (22.27% from 255 or 24.35% from 230); Green value is 90 (35.55% from 255 or 39.13% from 230); Blue value is 84 (33.20% from 255 or 36.52% from 230); Max value from RGB is 90 - color contains mainly: green. Hex color #385A54 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #385A54 is #C7A5AB. Grayscale: #4F4F4F. Windows color (decimal): -13084076 or 5528120. OLE color: 5528120.

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

Color convert

RGB 56 90 84 -
CMYK 0.38 0 0.07 0.65
HSL 169.41º 0.23% 0.29% -
HSV(B) 169.41º 0.38% 0.35% -
XYZ 6.89 8.79 9.72 -
YUV 79.15 130.74 111.49 -
System Red Green Blue C M Y K H S L
Decimal 56 90 84 0.38 0 0.07 0.65 169.41 0.23 0.29
Hex 38 5A 54 26 0 7 41 A9 17 1D
Octal 70 132 124 46 0 7 101 251 27 35
Binary 111000 1011010 1010100 100110 0 111 1000001 10101001 10111 11101

Color Harmonies of #385A54

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #385A54

Black with #385A54

Text Example


Text Example

White with #385A54

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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