Html Css Color HEX #365970 Blumine

📋 copy color: '#365970'

red 54 ◦ green 89 ◦ blue 112

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

Shades of Blumine #365970

Tints of Blumine #365970

RGB

 RED value IS 54 (21.48% from 255) = 21.18%

 GREEN value IS 89 (35.16% from 255) = 34.9%

 BLUE value IS 112 (44.14% from 255) = 43.92%

R = 21.18%
G = 34.9%
B = 43.92%

CMYK

 C value IS 0.52

 M value IS 0.21

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#365970 (or 0x365970) is known color: Blumine. HEX triplet: 36, 59 and 70. RGB value is (54,89,112). Sum of RGB (Red+Green+Blue) = 54+89+112=255 (33% of max value = 765). Red value is 54 (21.48% from 255 or 21.18% from 255); Green value is 89 (35.16% from 255 or 34.90% from 255); Blue value is 112 (44.14% from 255 or 43.92% from 255); Max value from RGB is 112 - color contains mainly: blue. Hex color #365970 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #365970 is #C9A68F. Grayscale: #515151. Windows color (decimal): -13215376 or 7362870. OLE color: 7362870.

HSL color Cylindrical-coordinate representation of color #365970: hue angle of 203.79º degrees, saturation: 0.35, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #365970 is Cyan = 0.52, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 54 89 112 -
CMYK 0.52 0.21 0 0.56
HSL 203.79º 0.35% 0.33% -
HSV(B) 203.79º 0.52% 0.44% -
XYZ 8.02 9.1 16.66 -
YUV 81.16 145.4 108.63 -
System Red Green Blue C M Y K H S L
Decimal 54 89 112 0.52 0.21 0 0.56 203.79 0.35 0.33
Hex 36 59 70 34 15 0 38 CC 23 21
Octal 66 131 160 64 25 0 70 314 43 41
Binary 110110 1011001 1110000 110100 10101 0 111000 11001100 100011 100001

Color Harmonies of #365970

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #365970

Black with #365970

Text Example


Text Example

White with #365970

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #365970; }

 p { color: rgb(54,89,112); }

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

background-color css

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

 a { background-color: rgb(54,89,112); }

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

border-color css

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

 span { border-color: rgb(54,89,112); }

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