Html Css Color HEX #385870 Blumine

📋 copy color: '#385870'

red 56 ◦ green 88 ◦ blue 112

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

Shades of Blumine #385870

Tints of Blumine #385870

RGB

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

 GREEN value IS 88 (34.77% from 255) = 34.38%

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

R = 21.88%
G = 34.38%
B = 43.75%

CMYK

 C value IS 0.50

 M value IS 0.21

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#385870 (or 0x385870) is known color: Blumine. HEX triplet: 38, 58 and 70. RGB value is (56,88,112). Sum of RGB (Red+Green+Blue) = 56+88+112=256 (33% of max value = 765). Red value is 56 (22.27% from 255 or 21.88% from 256); Green value is 88 (34.77% from 255 or 34.38% from 256); Blue value is 112 (44.14% from 255 or 43.75% from 256); Max value from RGB is 112 - color contains mainly: blue. Hex color #385870 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #385870 is #C7A78F. Grayscale: #515151. Windows color (decimal): -13084560 or 7362616. OLE color: 7362616.

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

Color convert

RGB 56 88 112 -
CMYK 0.50 0.21 0 0.56
HSL 205.71º 0.33% 0.33% -
HSV(B) 205.71º 0.5% 0.44% -
XYZ 8.05 8.99 16.64 -
YUV 81.17 145.4 110.05 -
System Red Green Blue C M Y K H S L
Decimal 56 88 112 0.50 0.21 0 0.56 205.71 0.33 0.33
Hex 38 58 70 32 15 0 38 CE 21 21
Octal 70 130 160 62 25 0 70 316 41 41
Binary 111000 1011000 1110000 110010 10101 0 111000 11001110 100001 100001

Color Harmonies of #385870

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #385870

Black with #385870

Text Example


Text Example

White with #385870

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #385870; }

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

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

background-color css

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

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

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

border-color css

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

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

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