Html Css Color HEX #385452 Blue Dianne

📋 copy color: '#385452'

red 56 ◦ green 84 ◦ blue 82

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

Shades of Blue Dianne #385452

Tints of Blue Dianne #385452

RGB

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

 GREEN value IS 84 (33.2% from 255) = 37.84%

 BLUE value IS 82 (32.42% from 255) = 36.94%

R = 25.23%
G = 37.84%
B = 36.94%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.02

 K value IS 0.67

RGB Variations

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

Color information

#385452 (or 0x385452) is known color: Blue Dianne. HEX triplet: 38, 54 and 52. RGB value is (56,84,82). Sum of RGB (Red+Green+Blue) = 56+84+82=222 (29% of max value = 765). Red value is 56 (22.27% from 255 or 25.23% from 222); Green value is 84 (33.20% from 255 or 37.84% from 222); Blue value is 82 (32.42% from 255 or 36.94% from 222); Max value from RGB is 84 - color contains mainly: green. Hex color #385452 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #385452 is #C7ABAD. Grayscale: #4B4B4B. Windows color (decimal): -13085614 or 5395512. OLE color: 5395512.

HSL color Cylindrical-coordinate representation of color #385452: hue angle of 175.71º degrees, saturation: 0.2, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #385452 is Cyan = 0.33, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.67.

Color convert

RGB 56 84 82 -
CMYK 0.33 0 0.02 0.67
HSL 175.71º 0.2% 0.27% -
HSV(B) 175.71º 0.33% 0.33% -
XYZ 6.32 7.79 9.15 -
YUV 75.4 131.72 114.16 -
System Red Green Blue C M Y K H S L
Decimal 56 84 82 0.33 0 0.02 0.67 175.71 0.2 0.27
Hex 38 54 52 21 0 2 43 B0 14 1B
Octal 70 124 122 41 0 2 103 260 24 33
Binary 111000 1010100 1010010 100001 0 10 1000011 10110000 10100 11011

Color Harmonies of #385452

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #385452

Black with #385452

Text Example


Text Example

White with #385452

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #385452; }

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

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

background-color css

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

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

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

border-color css

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

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

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