Html Css Color HEX #385E71 Blumine

📋 copy color: '#385E71'

red 56 ◦ green 94 ◦ blue 113

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

Shades of Blumine #385E71

Tints of Blumine #385E71

RGB

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

 GREEN value IS 94 (37.11% from 255) = 35.74%

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

R = 21.29%
G = 35.74%
B = 42.97%

CMYK

 C value IS 0.50

 M value IS 0.17

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#385E71 (or 0x385E71) is known color: Blumine. HEX triplet: 38, 5E and 71. RGB value is (56,94,113). Sum of RGB (Red+Green+Blue) = 56+94+113=263 (34% of max value = 765). Red value is 56 (22.27% from 255 or 21.29% from 263); Green value is 94 (37.11% from 255 or 35.74% from 263); Blue value is 113 (44.53% from 255 or 42.97% from 263); Max value from RGB is 113 - color contains mainly: blue. Hex color #385E71 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #385E71 is #C7A18E. Grayscale: #545454. Windows color (decimal): -13083023 or 7429688. OLE color: 7429688.

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

Color convert

RGB 56 94 113 -
CMYK 0.50 0.17 0 0.56
HSL 200º 0.34% 0.33% -
HSV(B) 200º 0.5% 0.44% -
XYZ 8.61 10.04 17.11 -
YUV 84.8 143.91 107.46 -
System Red Green Blue C M Y K H S L
Decimal 56 94 113 0.50 0.17 0 0.56 200 0.34 0.33
Hex 38 5E 71 32 11 0 38 C8 22 21
Octal 70 136 161 62 21 0 70 310 42 41
Binary 111000 1011110 1110001 110010 10001 0 111000 11001000 100010 100001

Color Harmonies of #385E71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #385E71

Black with #385E71

Text Example


Text Example

White with #385E71

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #385E71; }

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

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

background-color css

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

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

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

border-color css

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

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

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