Html Css Color HEX #385B73 Blumine

📋 copy color: '#385B73'

red 56 ◦ green 91 ◦ blue 115

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

Shades of Blumine #385B73

Tints of Blumine #385B73

RGB

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

 GREEN value IS 91 (35.94% from 255) = 34.73%

 BLUE value IS 115 (45.31% from 255) = 43.89%

R = 21.37%
G = 34.73%
B = 43.89%

CMYK

 C value IS 0.51

 M value IS 0.21

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#385B73 (or 0x385B73) is known color: Blumine. HEX triplet: 38, 5B and 73. RGB value is (56,91,115). Sum of RGB (Red+Green+Blue) = 56+91+115=262 (34% of max value = 765). Red value is 56 (22.27% from 255 or 21.37% from 262); Green value is 91 (35.94% from 255 or 34.73% from 262); Blue value is 115 (45.31% from 255 or 43.89% from 262); Max value from RGB is 115 - color contains mainly: blue. Hex color #385B73 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #385B73 is #C7A48C. Grayscale: #535353. Windows color (decimal): -13083789 or 7559992. OLE color: 7559992.

HSL color Cylindrical-coordinate representation of color #385B73: hue angle of 204.41º degrees, saturation: 0.35, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #385B73 is Cyan = 0.51, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 56 91 115 -
CMYK 0.51 0.21 0 0.55
HSL 204.41º 0.35% 0.34% -
HSV(B) 204.41º 0.51% 0.45% -
XYZ 8.47 9.56 17.62 -
YUV 83.27 145.9 108.55 -
System Red Green Blue C M Y K H S L
Decimal 56 91 115 0.51 0.21 0 0.55 204.41 0.35 0.34
Hex 38 5B 73 33 15 0 37 CC 23 22
Octal 70 133 163 63 25 0 67 314 43 42
Binary 111000 1011011 1110011 110011 10101 0 110111 11001100 100011 100010

Color Harmonies of #385B73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #385B73

Black with #385B73

Text Example


Text Example

White with #385B73

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(56,91,115); }

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

background-color css

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

 a { background-color: rgb(56,91,115); }

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

border-color css

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

 span { border-color: rgb(56,91,115); }

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