Html Css Color HEX #385F68 Blumine

📋 copy color: '#385F68'

red 56 ◦ green 95 ◦ blue 104

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

Shades of Blumine #385F68

Tints of Blumine #385F68

RGB

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

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

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

R = 21.96%
G = 37.25%
B = 40.78%

CMYK

 C value IS 0.46

 M value IS 0.09

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#385F68 (or 0x385F68) is known color: Blumine. HEX triplet: 38, 5F and 68. RGB value is (56,95,104). Sum of RGB (Red+Green+Blue) = 56+95+104=255 (33% of max value = 765). Red value is 56 (22.27% from 255 or 21.96% from 255); Green value is 95 (37.5% from 255 or 37.25% from 255); Blue value is 104 (41.02% from 255 or 40.78% from 255); Max value from RGB is 104 - color contains mainly: blue. Hex color #385F68 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #385F68 is #C7A097. Grayscale: #545454. Windows color (decimal): -13082776 or 6840120. OLE color: 6840120.

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

Color convert

RGB 56 95 104 -
CMYK 0.46 0.09 0 0.59
HSL 191.25º 0.3% 0.31% -
HSV(B) 191.25º 0.46% 0.41% -
XYZ 8.22 10.02 14.6 -
YUV 84.37 139.08 107.77 -
System Red Green Blue C M Y K H S L
Decimal 56 95 104 0.46 0.09 0 0.59 191.25 0.3 0.31
Hex 38 5F 68 2E 9 0 3B BF 1E 1F
Octal 70 137 150 56 11 0 73 277 36 37
Binary 111000 1011111 1101000 101110 1001 0 111011 10111111 11110 11111

Color Harmonies of #385F68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #385F68

Black with #385F68

Text Example


Text Example

White with #385F68

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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