Html Css Color HEX #385968 Blumine

📋 copy color: '#385968'

red 56 ◦ green 89 ◦ blue 104

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

Shades of Blumine #385968

Tints of Blumine #385968

RGB

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

 GREEN value IS 89 (35.16% from 255) = 35.74%

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

R = 22.49%
G = 35.74%
B = 41.77%

CMYK

 C value IS 0.46

 M value IS 0.14

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#385968 (or 0x385968) is known color: Blumine. HEX triplet: 38, 59 and 68. RGB value is (56,89,104). Sum of RGB (Red+Green+Blue) = 56+89+104=249 (32% of max value = 765). Red value is 56 (22.27% from 255 or 22.49% from 249); Green value is 89 (35.16% from 255 or 35.74% from 249); Blue value is 104 (41.02% from 255 or 41.77% from 249); Max value from RGB is 104 - color contains mainly: blue. Hex color #385968 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #385968 is #C7A697. Grayscale: #505050. Windows color (decimal): -13084312 or 6838584. OLE color: 6838584.

HSL color Cylindrical-coordinate representation of color #385968: hue angle of 198.75º 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 #385968 is Cyan = 0.46, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 56 89 104 -
CMYK 0.46 0.14 0 0.59
HSL 198.75º 0.3% 0.31% -
HSV(B) 198.75º 0.46% 0.41% -
XYZ 7.7 8.98 14.43 -
YUV 80.84 141.07 110.28 -
System Red Green Blue C M Y K H S L
Decimal 56 89 104 0.46 0.14 0 0.59 198.75 0.3 0.31
Hex 38 59 68 2E E 0 3B C7 1E 1F
Octal 70 131 150 56 16 0 73 307 36 37
Binary 111000 1011001 1101000 101110 1110 0 111011 11000111 11110 11111

Color Harmonies of #385968

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #385968

Black with #385968

Text Example


Text Example

White with #385968

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #385968; }

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

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

background-color css

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

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

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

border-color css

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

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

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