Html Css Color HEX #395869 Blumine

📋 copy color: '#395869'

red 57 ◦ green 88 ◦ blue 105

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

Shades of Blumine #395869

Tints of Blumine #395869

RGB

 RED value IS 57 (22.66% from 255) = 22.8%

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

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

R = 22.8%
G = 35.2%
B = 42%

CMYK

 C value IS 0.46

 M value IS 0.16

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#395869 (or 0x395869) is known color: Blumine. HEX triplet: 39, 58 and 69. RGB value is (57,88,105). Sum of RGB (Red+Green+Blue) = 57+88+105=250 (33% of max value = 765). Red value is 57 (22.66% from 255 or 22.8% from 250); Green value is 88 (34.77% from 255 or 35.2% from 250); Blue value is 105 (41.41% from 255 or 42% from 250); Max value from RGB is 105 - color contains mainly: blue. Hex color #395869 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #395869 is #C6A796. Grayscale: #505050. Windows color (decimal): -13019031 or 6903865. OLE color: 6903865.

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

Color convert

RGB 57 88 105 -
CMYK 0.46 0.16 0 0.59
HSL 201.25º 0.3% 0.32% -
HSV(B) 201.25º 0.46% 0.41% -
XYZ 7.73 8.87 14.67 -
YUV 80.67 141.73 111.12 -
System Red Green Blue C M Y K H S L
Decimal 57 88 105 0.46 0.16 0 0.59 201.25 0.3 0.32
Hex 39 58 69 2E 10 0 3B C9 1E 20
Octal 71 130 151 56 20 0 73 311 36 40
Binary 111001 1011000 1101001 101110 10000 0 111011 11001001 11110 100000

Color Harmonies of #395869

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #395869

Black with #395869

Text Example


Text Example

White with #395869

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #395869; }

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

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

background-color css

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

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

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

border-color css

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

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

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