Html Css Color HEX #395A6F Blumine

📋 copy color: '#395A6F'

red 57 ◦ green 90 ◦ blue 111

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

Shades of Blumine #395A6F

Tints of Blumine #395A6F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 43.02%

R = 22.09%
G = 34.88%
B = 43.02%

CMYK

 C value IS 0.49

 M value IS 0.19

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#395A6F (or 0x395A6F) is known color: Blumine. HEX triplet: 39, 5A and 6F. RGB value is (57,90,111). Sum of RGB (Red+Green+Blue) = 57+90+111=258 (34% of max value = 765). Red value is 57 (22.66% from 255 or 22.09% from 258); Green value is 90 (35.55% from 255 or 34.88% from 258); Blue value is 111 (43.75% from 255 or 43.02% from 258); Max value from RGB is 111 - color contains mainly: blue. Hex color #395A6F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #395A6F is #C6A590. Grayscale: #525252. Windows color (decimal): -13018513 or 7297593. OLE color: 7297593.

HSL color Cylindrical-coordinate representation of color #395A6F: hue angle of 203.33º degrees, saturation: 0.32, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #395A6F is Cyan = 0.49, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 57 90 111 -
CMYK 0.49 0.19 0 0.56
HSL 203.33º 0.32% 0.33% -
HSV(B) 203.33º 0.49% 0.44% -
XYZ 8.21 9.33 16.41 -
YUV 82.53 144.07 109.79 -
System Red Green Blue C M Y K H S L
Decimal 57 90 111 0.49 0.19 0 0.56 203.33 0.32 0.33
Hex 39 5A 6F 31 13 0 38 CB 20 21
Octal 71 132 157 61 23 0 70 313 40 41
Binary 111001 1011010 1101111 110001 10011 0 111000 11001011 100000 100001

Color Harmonies of #395A6F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #395A6F

Black with #395A6F

Text Example


Text Example

White with #395A6F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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