Html Css Color HEX #395A69 Blumine

📋 copy color: '#395A69'

red 57 ◦ green 90 ◦ blue 105

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

Shades of Blumine #395A69

Tints of Blumine #395A69

RGB

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

 GREEN value IS 90 (35.55% from 255) = 35.71%

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

R = 22.62%
G = 35.71%
B = 41.67%

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

#395A69 (or 0x395A69) is known color: Blumine. HEX triplet: 39, 5A and 69. RGB value is (57,90,105). Sum of RGB (Red+Green+Blue) = 57+90+105=252 (33% of max value = 765). Red value is 57 (22.66% from 255 or 22.62% from 252); Green value is 90 (35.55% from 255 or 35.71% from 252); Blue value is 105 (41.41% from 255 or 41.67% from 252); Max value from RGB is 105 - color contains mainly: blue. Hex color #395A69 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #395A69 is #C6A596. Grayscale: #515151. Windows color (decimal): -13018519 or 6904377. OLE color: 6904377.

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

Color convert

RGB 57 90 105 -
CMYK 0.46 0.14 0 0.59
HSL 198.75º 0.3% 0.32% -
HSV(B) 198.75º 0.46% 0.41% -
XYZ 7.89 9.2 14.72 -
YUV 81.84 141.07 110.28 -
System Red Green Blue C M Y K H S L
Decimal 57 90 105 0.46 0.14 0 0.59 198.75 0.3 0.32
Hex 39 5A 69 2E E 0 3B C7 1E 20
Octal 71 132 151 56 16 0 73 307 36 40
Binary 111001 1011010 1101001 101110 1110 0 111011 11000111 11110 100000

Color Harmonies of #395A69

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #395A69

Black with #395A69

Text Example


Text Example

White with #395A69

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #395A69; }

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

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

background-color css

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

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

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

border-color css

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

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

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