Html Css Color HEX #385F70 Blumine

📋 copy color: '#385F70'

red 56 ◦ green 95 ◦ blue 112

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

Shades of Blumine #385F70

Tints of Blumine #385F70

RGB

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

 GREEN value IS 95 (37.5% from 255) = 36.12%

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

R = 21.29%
G = 36.12%
B = 42.59%

CMYK

 C value IS 0.50

 M value IS 0.15

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#385F70 (or 0x385F70) is known color: Blumine. HEX triplet: 38, 5F and 70. RGB value is (56,95,112). Sum of RGB (Red+Green+Blue) = 56+95+112=263 (34% of max value = 765). Red value is 56 (22.27% from 255 or 21.29% from 263); Green value is 95 (37.5% from 255 or 36.12% from 263); Blue value is 112 (44.14% from 255 or 42.59% from 263); Max value from RGB is 112 - color contains mainly: blue. Hex color #385F70 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #385F70 is #C7A08F. Grayscale: #555555. Windows color (decimal): -13082768 or 7364408. OLE color: 7364408.

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

Color convert

RGB 56 95 112 -
CMYK 0.50 0.15 0 0.56
HSL 198.21º 0.33% 0.33% -
HSV(B) 198.21º 0.5% 0.44% -
XYZ 8.65 10.2 16.84 -
YUV 85.28 143.08 107.12 -
System Red Green Blue C M Y K H S L
Decimal 56 95 112 0.50 0.15 0 0.56 198.21 0.33 0.33
Hex 38 5F 70 32 F 0 38 C6 21 21
Octal 70 137 160 62 17 0 70 306 41 41
Binary 111000 1011111 1110000 110010 1111 0 111000 11000110 100001 100001

Color Harmonies of #385F70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #385F70

Black with #385F70

Text Example


Text Example

White with #385F70

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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