Html Css Color HEX #385869 Blumine

📋 copy color: '#385869'

red 56 ◦ green 88 ◦ blue 105

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

Shades of Blumine #385869

Tints of Blumine #385869

RGB

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

 GREEN value IS 88 (34.77% from 255) = 35.34%

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

R = 22.49%
G = 35.34%
B = 42.17%

CMYK

 C value IS 0.47

 M value IS 0.16

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#385869 (or 0x385869) is known color: Blumine. HEX triplet: 38, 58 and 69. RGB value is (56,88,105). Sum of RGB (Red+Green+Blue) = 56+88+105=249 (32% of max value = 765). Red value is 56 (22.27% from 255 or 22.49% from 249); Green value is 88 (34.77% from 255 or 35.34% from 249); Blue value is 105 (41.41% from 255 or 42.17% from 249); Max value from RGB is 105 - color contains mainly: blue. Hex color #385869 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #385869 is #C7A796. Grayscale: #505050. Windows color (decimal): -13084567 or 6903864. OLE color: 6903864.

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

Color convert

RGB 56 88 105 -
CMYK 0.47 0.16 0 0.59
HSL 200.82º 0.3% 0.32% -
HSV(B) 200.82º 0.47% 0.41% -
XYZ 7.67 8.84 14.67 -
YUV 80.37 141.9 110.62 -
System Red Green Blue C M Y K H S L
Decimal 56 88 105 0.47 0.16 0 0.59 200.82 0.3 0.32
Hex 38 58 69 2F 10 0 3B C9 1E 20
Octal 70 130 151 57 20 0 73 311 36 40
Binary 111000 1011000 1101001 101111 10000 0 111011 11001001 11110 100000

Color Harmonies of #385869

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #385869

Black with #385869

Text Example


Text Example

White with #385869

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #385869; }

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

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

background-color css

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

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

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

border-color css

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

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

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