Html Css Color HEX #385967 Blumine

📋 copy color: '#385967'

red 56 ◦ green 89 ◦ blue 103

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

Shades of Blumine #385967

Tints of Blumine #385967

RGB

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

 GREEN value IS 89 (35.16% from 255) = 35.89%

 BLUE value IS 103 (40.63% from 255) = 41.53%

R = 22.58%
G = 35.89%
B = 41.53%

CMYK

 C value IS 0.46

 M value IS 0.14

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#385967 (or 0x385967) is known color: Blumine. HEX triplet: 38, 59 and 67. RGB value is (56,89,103). Sum of RGB (Red+Green+Blue) = 56+89+103=248 (32% of max value = 765). Red value is 56 (22.27% from 255 or 22.58% from 248); Green value is 89 (35.16% from 255 or 35.89% from 248); Blue value is 103 (40.62% from 255 or 41.53% from 248); Max value from RGB is 103 - color contains mainly: blue. Hex color #385967 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #385967 is #C7A698. Grayscale: #505050. Windows color (decimal): -13084313 or 6773048. OLE color: 6773048.

HSL color Cylindrical-coordinate representation of color #385967: hue angle of 197.87º degrees, saturation: 0.3, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #385967 is Cyan = 0.46, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB 56 89 103 -
CMYK 0.46 0.14 0 0.60
HSL 197.87º 0.3% 0.31% -
HSV(B) 197.87º 0.46% 0.4% -
XYZ 7.65 8.96 14.16 -
YUV 80.73 140.57 110.36 -
System Red Green Blue C M Y K H S L
Decimal 56 89 103 0.46 0.14 0 0.60 197.87 0.3 0.31
Hex 38 59 67 2E E 0 3C C6 1E 1F
Octal 70 131 147 56 16 0 74 306 36 37
Binary 111000 1011001 1100111 101110 1110 0 111100 11000110 11110 11111

Color Harmonies of #385967

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #385967

Black with #385967

Text Example


Text Example

White with #385967

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #385967; }

 p { color: rgb(56,89,103); }

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

background-color css

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

 a { background-color: rgb(56,89,103); }

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

border-color css

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

 span { border-color: rgb(56,89,103); }

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