Html Css Color HEX #385D70 Blumine

📋 copy color: '#385D70'

red 56 ◦ green 93 ◦ blue 112

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

Shades of Blumine #385D70

Tints of Blumine #385D70

RGB

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

 GREEN value IS 93 (36.72% from 255) = 35.63%

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

R = 21.46%
G = 35.63%
B = 42.91%

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

#385D70 (or 0x385D70) is known color: Blumine. HEX triplet: 38, 5D and 70. RGB value is (56,93,112). Sum of RGB (Red+Green+Blue) = 56+93+112=261 (34% of max value = 765). Red value is 56 (22.27% from 255 or 21.46% from 261); Green value is 93 (36.72% from 255 or 35.63% from 261); Blue value is 112 (44.14% from 255 or 42.91% from 261); Max value from RGB is 112 - color contains mainly: blue. Hex color #385D70 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #385D70 is #C7A28F. Grayscale: #535353. Windows color (decimal): -13083280 or 7363896. OLE color: 7363896.

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

Color convert

RGB 56 93 112 -
CMYK 0.50 0.17 0 0.56
HSL 200.36º 0.33% 0.33% -
HSV(B) 200.36º 0.5% 0.44% -
XYZ 8.47 9.84 16.78 -
YUV 84.1 143.74 107.96 -
System Red Green Blue C M Y K H S L
Decimal 56 93 112 0.50 0.17 0 0.56 200.36 0.33 0.33
Hex 38 5D 70 32 11 0 38 C8 21 21
Octal 70 135 160 62 21 0 70 310 41 41
Binary 111000 1011101 1110000 110010 10001 0 111000 11001000 100001 100001

Color Harmonies of #385D70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #385D70

Black with #385D70

Text Example


Text Example

White with #385D70

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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