Html Css Color HEX #386071 Blumine

📋 copy color: '#386071'

red 56 ◦ green 96 ◦ blue 113

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

Shades of Blumine #386071

Tints of Blumine #386071

RGB

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

 GREEN value IS 96 (37.89% from 255) = 36.23%

 BLUE value IS 113 (44.53% from 255) = 42.64%

R = 21.13%
G = 36.23%
B = 42.64%

CMYK

 C value IS 0.50

 M value IS 0.15

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#386071 (or 0x386071) is known color: Blumine. HEX triplet: 38, 60 and 71. RGB value is (56,96,113). Sum of RGB (Red+Green+Blue) = 56+96+113=265 (35% of max value = 765). Red value is 56 (22.27% from 255 or 21.13% from 265); Green value is 96 (37.89% from 255 or 36.23% from 265); Blue value is 113 (44.53% from 255 or 42.64% from 265); Max value from RGB is 113 - color contains mainly: blue. Hex color #386071 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #386071 is #C79F8E. Grayscale: #555555. Windows color (decimal): -13082511 or 7430200. OLE color: 7430200.

HSL color Cylindrical-coordinate representation of color #386071: hue angle of 197.89º degrees, saturation: 0.34, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #386071 is Cyan = 0.50, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 56 96 113 -
CMYK 0.50 0.15 0 0.56
HSL 197.89º 0.34% 0.33% -
HSV(B) 197.89º 0.5% 0.44% -
XYZ 8.79 10.4 17.17 -
YUV 85.98 143.25 106.62 -
System Red Green Blue C M Y K H S L
Decimal 56 96 113 0.50 0.15 0 0.56 197.89 0.34 0.33
Hex 38 60 71 32 F 0 38 C6 22 21
Octal 70 140 161 62 17 0 70 306 42 41
Binary 111000 1100000 1110001 110010 1111 0 111000 11000110 100010 100001

Color Harmonies of #386071

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #386071

Black with #386071

Text Example


Text Example

White with #386071

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #386071; }

 p { color: rgb(56,96,113); }

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

background-color css

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

 a { background-color: rgb(56,96,113); }

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

border-color css

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

 span { border-color: rgb(56,96,113); }

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