Html Css Color HEX #365967 Blumine

📋 copy color: '#365967'

red 54 ◦ green 89 ◦ blue 103

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

Shades of Blumine #365967

Tints of Blumine #365967

RGB

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

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

 BLUE value IS 103 (40.63% from 255) = 41.87%

R = 21.95%
G = 36.18%
B = 41.87%

CMYK

 C value IS 0.48

 M value IS 0.14

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#365967 (or 0x365967) is known color: Blumine. HEX triplet: 36, 59 and 67. RGB value is (54,89,103). Sum of RGB (Red+Green+Blue) = 54+89+103=246 (32% of max value = 765). Red value is 54 (21.48% from 255 or 21.95% from 246); Green value is 89 (35.16% from 255 or 36.18% from 246); Blue value is 103 (40.62% from 255 or 41.87% from 246); Max value from RGB is 103 - color contains mainly: blue. Hex color #365967 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #365967 is #C9A698. Grayscale: #505050. Windows color (decimal): -13215385 or 6773046. OLE color: 6773046.

HSL color Cylindrical-coordinate representation of color #365967: hue angle of 197.14º degrees, saturation: 0.31, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #365967 is Cyan = 0.48, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB 54 89 103 -
CMYK 0.48 0.14 0 0.60
HSL 197.14º 0.31% 0.31% -
HSV(B) 197.14º 0.48% 0.4% -
XYZ 7.54 8.91 14.15 -
YUV 80.13 140.9 109.36 -
System Red Green Blue C M Y K H S L
Decimal 54 89 103 0.48 0.14 0 0.60 197.14 0.31 0.31
Hex 36 59 67 30 E 0 3C C5 1F 1F
Octal 66 131 147 60 16 0 74 305 37 37
Binary 110110 1011001 1100111 110000 1110 0 111100 11000101 11111 11111

Color Harmonies of #365967

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #365967

Black with #365967

Text Example


Text Example

White with #365967

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #365967; }

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

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

background-color css

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

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

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

border-color css

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

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

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