Html Css Color HEX #386570 Blumine

📋 copy color: '#386570'

red 56 ◦ green 101 ◦ blue 112

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

Shades of Blumine #386570

Tints of Blumine #386570

RGB

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

 GREEN value IS 101 (39.84% from 255) = 37.55%

 BLUE value IS 112 (44.14% from 255) = 41.64%

R = 20.82%
G = 37.55%
B = 41.64%

CMYK

 C value IS 0.50

 M value IS 0.10

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#386570 (or 0x386570) is known color: Blumine. HEX triplet: 38, 65 and 70. RGB value is (56,101,112). Sum of RGB (Red+Green+Blue) = 56+101+112=269 (35% of max value = 765). Red value is 56 (22.27% from 255 or 20.82% from 269); Green value is 101 (39.84% from 255 or 37.55% from 269); Blue value is 112 (44.14% from 255 or 41.64% from 269); Max value from RGB is 112 - color contains mainly: blue. Hex color #386570 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #386570 is #C79A8F. Grayscale: #585858. Windows color (decimal): -13081232 or 7365944. OLE color: 7365944.

HSL color Cylindrical-coordinate representation of color #386570: hue angle of 191.79º degrees, saturation: 0.33, 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 #386570 is Cyan = 0.50, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 56 101 112 -
CMYK 0.50 0.10 0 0.56
HSL 191.79º 0.33% 0.33% -
HSV(B) 191.79º 0.5% 0.44% -
XYZ 9.21 11.32 17.03 -
YUV 88.8 141.09 104.61 -
System Red Green Blue C M Y K H S L
Decimal 56 101 112 0.50 0.10 0 0.56 191.79 0.33 0.33
Hex 38 65 70 32 A 0 38 C0 21 21
Octal 70 145 160 62 12 0 70 300 41 41
Binary 111000 1100101 1110000 110010 1010 0 111000 11000000 100001 100001

Color Harmonies of #386570

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #386570

Black with #386570

Text Example


Text Example

White with #386570

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #386570; }

 p { color: rgb(56,101,112); }

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

background-color css

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

 a { background-color: rgb(56,101,112); }

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

border-color css

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

 span { border-color: rgb(56,101,112); }

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