#365F77

Color #365F77 Blumine (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Blumine #365F77

Tints of Blumine #365F77

Color information

#365F77 (or 0x365F77) is unknown color: approx Blumine. HEX triplet: 36, 5F and 77. RGB value is (54,95,119). Sum of RGB (Red+Green+Blue) = 54+95+119=268 (35% of max value = 765). Red value is 54 (21.48% from 255 or 20.15% from 268); Green value is 95 (37.5% from 255 or 35.45% from 268); Blue value is 119 (46.88% from 255 or 44.40% from 268); Max value from RGB is 119 - color contains mainly: blue. Hex color #365F77 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #365F77 is #C9A088. Grayscale: #555555. Windows color (decimal): -13213833 or 7823158. OLE color: 7823158.

HSL color Cylindrical-coordinate representation of color #365F77: hue angle of 202.15º degrees, saturation: 0.38, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #365F77 is Cyan = 0.55, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB5495119-
CMYK0.550.2000.53
HSL202.15º37.57%33.92%-
HSV(B)202.15º54.62%46.67%-
XYZ8.9410.318.97-
YUV85.48146.92105.55-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 20.15%
GREEN value IS 95 (37.5% from 255) = 35.45%
BLUE value IS 119 (46.88% from 255) = 44.40%
R=20.15%
G=35.45%
B=44.40%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal54951190.550.2000.53202.1537.5733.92
Hex365F773714035ca2622
Octal6613716767240653124642
Binary1101101011111111011111011110100011010111001010100110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #365F77

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #365F77; }

 p { color: rgb(54,95,119); }

 H1.HeaderClassName
 {
   color: #365F77;
 }
 .AnyTagClassName
 {
   color: #365F77;
 }
</style>
background-color css

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

 a { background-color: rgb(54,95,119); }

 div.DivClassName
 {
   background-color: #365F77;
 }
 .BgClassName
 {
   background-color: #365F77;
 }
</style>
border-color css

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

 span { border-color: rgb(54,95,119); }

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