Html Css Color HEX #385770 Blumine

📋 copy color: '#385770'

red 56 ◦ green 87 ◦ blue 112

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

Shades of Blumine #385770

Tints of Blumine #385770

RGB

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

 GREEN value IS 87 (34.38% from 255) = 34.12%

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

R = 21.96%
G = 34.12%
B = 43.92%

CMYK

 C value IS 0.50

 M value IS 0.22

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#385770 (or 0x385770) is known color: Blumine. HEX triplet: 38, 57 and 70. RGB value is (56,87,112). Sum of RGB (Red+Green+Blue) = 56+87+112=255 (33% of max value = 765). Red value is 56 (22.27% from 255 or 21.96% from 255); Green value is 87 (34.38% from 255 or 34.12% from 255); Blue value is 112 (44.14% from 255 or 43.92% from 255); Max value from RGB is 112 - color contains mainly: blue. Hex color #385770 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #385770 is #C7A88F. Grayscale: #505050. Windows color (decimal): -13084816 or 7362360. OLE color: 7362360.

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

Color convert

RGB 56 87 112 -
CMYK 0.50 0.22 0 0.56
HSL 206.79º 0.33% 0.33% -
HSV(B) 206.79º 0.5% 0.44% -
XYZ 7.96 8.83 16.61 -
YUV 80.58 145.73 110.47 -
System Red Green Blue C M Y K H S L
Decimal 56 87 112 0.50 0.22 0 0.56 206.79 0.33 0.33
Hex 38 57 70 32 16 0 38 CF 21 21
Octal 70 127 160 62 26 0 70 317 41 41
Binary 111000 1010111 1110000 110010 10110 0 111000 11001111 100001 100001

Color Harmonies of #385770

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #385770

Black with #385770

Text Example


Text Example

White with #385770

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #385770; }

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

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

background-color css

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

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

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

border-color css

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

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

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