Html Css Color HEX #385F69 Blumine

📋 copy color: '#385F69'

red 56 ◦ green 95 ◦ blue 105

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

Shades of Blumine #385F69

Tints of Blumine #385F69

RGB

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

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

 BLUE value IS 105 (41.41% from 255) = 41.02%

R = 21.88%
G = 37.11%
B = 41.02%

CMYK

 C value IS 0.47

 M value IS 0.10

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#385F69 (or 0x385F69) is known color: Blumine. HEX triplet: 38, 5F and 69. RGB value is (56,95,105). Sum of RGB (Red+Green+Blue) = 56+95+105=256 (33% of max value = 765). Red value is 56 (22.27% from 255 or 21.88% from 256); Green value is 95 (37.5% from 255 or 37.11% from 256); Blue value is 105 (41.41% from 255 or 41.02% from 256); Max value from RGB is 105 - color contains mainly: blue. Hex color #385F69 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #385F69 is #C7A096. Grayscale: #545454. Windows color (decimal): -13082775 or 6905656. OLE color: 6905656.

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

Color convert

RGB 56 95 105 -
CMYK 0.47 0.10 0 0.59
HSL 192.24º 0.3% 0.32% -
HSV(B) 192.24º 0.47% 0.41% -
XYZ 8.27 10.05 14.87 -
YUV 84.48 139.58 107.69 -
System Red Green Blue C M Y K H S L
Decimal 56 95 105 0.47 0.10 0 0.59 192.24 0.3 0.32
Hex 38 5F 69 2F A 0 3B C0 1E 20
Octal 70 137 151 57 12 0 73 300 36 40
Binary 111000 1011111 1101001 101111 1010 0 111011 11000000 11110 100000

Color Harmonies of #385F69

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #385F69

Black with #385F69

Text Example


Text Example

White with #385F69

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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