Html Css Color HEX #385B70 Blumine

📋 copy color: '#385B70'

red 56 ◦ green 91 ◦ blue 112

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

Shades of Blumine #385B70

Tints of Blumine #385B70

RGB

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

 GREEN value IS 91 (35.94% from 255) = 35.14%

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

R = 21.62%
G = 35.14%
B = 43.24%

CMYK

 C value IS 0.50

 M value IS 0.19

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#385B70 (or 0x385B70) is known color: Blumine. HEX triplet: 38, 5B and 70. RGB value is (56,91,112). Sum of RGB (Red+Green+Blue) = 56+91+112=259 (34% of max value = 765). Red value is 56 (22.27% from 255 or 21.62% from 259); Green value is 91 (35.94% from 255 or 35.14% from 259); Blue value is 112 (44.14% from 255 or 43.24% from 259); Max value from RGB is 112 - color contains mainly: blue. Hex color #385B70 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #385B70 is #C7A48F. Grayscale: #525252. Windows color (decimal): -13083792 or 7363384. OLE color: 7363384.

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

Color convert

RGB 56 91 112 -
CMYK 0.50 0.19 0 0.56
HSL 202.5º 0.33% 0.33% -
HSV(B) 202.5º 0.5% 0.44% -
XYZ 8.3 9.49 16.72 -
YUV 82.93 144.4 108.79 -
System Red Green Blue C M Y K H S L
Decimal 56 91 112 0.50 0.19 0 0.56 202.5 0.33 0.33
Hex 38 5B 70 32 13 0 38 CA 21 21
Octal 70 133 160 62 23 0 70 312 41 41
Binary 111000 1011011 1110000 110010 10011 0 111000 11001010 100001 100001

Color Harmonies of #385B70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #385B70

Black with #385B70

Text Example


Text Example

White with #385B70

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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