#36657A

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

Shades of Blumine #36657A

Tints of Blumine #36657A

Color information

#36657A (or 0x36657A) is unknown color: approx Blumine. HEX triplet: 36, 65 and 7A. RGB value is (54,101,122). Sum of RGB (Red+Green+Blue) = 54+101+122=277 (36% of max value = 765). Red value is 54 (21.48% from 255 or 19.49% from 277); Green value is 101 (39.84% from 255 or 36.46% from 277); Blue value is 122 (48.05% from 255 or 44.04% from 277); Max value from RGB is 122 - color contains mainly: blue. Hex color #36657A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #36657A is #C99A85. Grayscale: #595959. Windows color (decimal): -13212294 or 8021302. OLE color: 8021302.

HSL color Cylindrical-coordinate representation of color #36657A: hue angle of 198.53º degrees, saturation: 0.39, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #36657A is Cyan = 0.56, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB54101122-
CMYK0.560.1700.52
HSL198.53º38.64%34.51%-
HSV(B)198.53º55.74%47.84%-
XYZ9.6911.520.12-
YUV89.34146.43102.79-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 19.49%
GREEN value IS 101 (39.84% from 255) = 36.46%
BLUE value IS 122 (48.05% from 255) = 44.04%
R=19.49%
G=36.46%
B=44.04%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal541011220.560.1700.52198.5338.6434.51
Hex36657A3811034c72723
Octal6614517270210643074743
Binary1101101100101111101011100010001011010011000111100111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #36657A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #36657A; }

 p { color: rgb(54,101,122); }

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

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

 a { background-color: rgb(54,101,122); }

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

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

 span { border-color: rgb(54,101,122); }

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