Html Css Color HEX #385F6E Blumine

📋 copy color: '#385F6E'

red 56 ◦ green 95 ◦ blue 110

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

Shades of Blumine #385F6E

Tints of Blumine #385F6E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 42.15%

R = 21.46%
G = 36.4%
B = 42.15%

CMYK

 C value IS 0.49

 M value IS 0.14

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#385F6E (or 0x385F6E) is known color: Blumine. HEX triplet: 38, 5F and 6E. RGB value is (56,95,110). Sum of RGB (Red+Green+Blue) = 56+95+110=261 (34% of max value = 765). Red value is 56 (22.27% from 255 or 21.46% from 261); Green value is 95 (37.5% from 255 or 36.40% from 261); Blue value is 110 (43.36% from 255 or 42.15% from 261); Max value from RGB is 110 - color contains mainly: blue. Hex color #385F6E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #385F6E is #C7A091. Grayscale: #545454. Windows color (decimal): -13082770 or 7233336. OLE color: 7233336.

HSL color Cylindrical-coordinate representation of color #385F6E: hue angle of 196.67º degrees, saturation: 0.33, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #385F6E is Cyan = 0.49, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB 56 95 110 -
CMYK 0.49 0.14 0 0.57
HSL 196.67º 0.33% 0.33% -
HSV(B) 196.67º 0.49% 0.43% -
XYZ 8.54 10.15 16.26 -
YUV 85.05 142.08 107.28 -
System Red Green Blue C M Y K H S L
Decimal 56 95 110 0.49 0.14 0 0.57 196.67 0.33 0.33
Hex 38 5F 6E 31 E 0 39 C5 21 21
Octal 70 137 156 61 16 0 71 305 41 41
Binary 111000 1011111 1101110 110001 1110 0 111001 11000101 100001 100001

Color Harmonies of #385F6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #385F6E

Black with #385F6E

Text Example


Text Example

White with #385F6E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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