Html Css Color HEX #385E68 Blumine

📋 copy color: '#385E68'

red 56 ◦ green 94 ◦ blue 104

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

Shades of Blumine #385E68

Tints of Blumine #385E68

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 40.94%

R = 22.05%
G = 37.01%
B = 40.94%

CMYK

 C value IS 0.46

 M value IS 0.10

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#385E68 (or 0x385E68) is known color: Blumine. HEX triplet: 38, 5E and 68. RGB value is (56,94,104). Sum of RGB (Red+Green+Blue) = 56+94+104=254 (33% of max value = 765). Red value is 56 (22.27% from 255 or 22.05% from 254); Green value is 94 (37.11% from 255 or 37.01% from 254); Blue value is 104 (41.02% from 255 or 40.94% from 254); Max value from RGB is 104 - color contains mainly: blue. Hex color #385E68 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #385E68 is #C7A197. Grayscale: #535353. Windows color (decimal): -13083032 or 6839864. OLE color: 6839864.

HSL color Cylindrical-coordinate representation of color #385E68: hue angle of 192.5º degrees, saturation: 0.3, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #385E68 is Cyan = 0.46, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 56 94 104 -
CMYK 0.46 0.10 0 0.59
HSL 192.5º 0.3% 0.31% -
HSV(B) 192.5º 0.46% 0.41% -
XYZ 8.13 9.85 14.57 -
YUV 83.78 139.41 108.19 -
System Red Green Blue C M Y K H S L
Decimal 56 94 104 0.46 0.10 0 0.59 192.5 0.3 0.31
Hex 38 5E 68 2E A 0 3B C0 1E 1F
Octal 70 136 150 56 12 0 73 300 36 37
Binary 111000 1011110 1101000 101110 1010 0 111011 11000000 11110 11111

Color Harmonies of #385E68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #385E68

Black with #385E68

Text Example


Text Example

White with #385E68

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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