#385B66

Color #385B66 Blumine (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Blumine #385B66

Tints of Blumine #385B66

Color information

#385B66 (or 0x385B66) is unknown color: approx Blumine. HEX triplet: 38, 5B and 66. RGB value is (56,91,102). Sum of RGB (Red+Green+Blue) = 56+91+102=249 (32% of max value = 765). Red value is 56 (22.27% from 255 or 22.49% from 249); Green value is 91 (35.94% from 255 or 36.55% from 249); Blue value is 102 (40.23% from 255 or 40.96% from 249); Max value from RGB is 102 - color contains mainly: blue. Hex color #385B66 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #385B66 is #C7A499. Grayscale: #515151. Windows color (decimal): -13083802 or 6708024. OLE color: 6708024.

HSL color Cylindrical-coordinate representation of color #385B66: hue angle of 194.35º degrees, saturation: 0.29, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #385B66 is Cyan = 0.45, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.6.

Color convert

RGB5691102-
CMYK0.450.1100.6
HSL194.35º29.11%30.98%-
HSV(B)194.35º45.1%40%-
XYZ7.779.2813.95-
YUV81.79139.4109.61-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 22.49%
GREEN value IS 91 (35.94% from 255) = 36.55%
BLUE value IS 102 (40.23% from 255) = 40.96%
R=22.49%
G=36.55%
B=40.96%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal56911020.450.1100.6194.3529.1130.98
Hex385B662DB03Cc21d1f
Octal7013314655130743023537
Binary1110001011011110011010110110110111100110000101110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #385B66

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(56,91,102); }

 H1.HeaderClassName
 {
   color: #385B66;
 }
 .AnyTagClassName
 {
   color: #385B66;
 }
</style>
background-color css

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

 a { background-color: rgb(56,91,102); }

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

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

 span { border-color: rgb(56,91,102); }

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