#365C6E

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

Shades of Blumine #365C6E

Tints of Blumine #365C6E

Color information

#365C6E (or 0x365C6E) is unknown color: approx Blumine. HEX triplet: 36, 5C and 6E. RGB value is (54,92,110). Sum of RGB (Red+Green+Blue) = 54+92+110=256 (33% of max value = 765). Red value is 54 (21.48% from 255 or 21.09% from 256); Green value is 92 (36.33% from 255 or 35.94% from 256); Blue value is 110 (43.36% from 255 or 42.97% from 256); Max value from RGB is 110 - color contains mainly: blue. Hex color #365C6E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #365C6E is #C9A391. Grayscale: #525252. Windows color (decimal): -13214610 or 7232566. OLE color: 7232566.

HSL color Cylindrical-coordinate representation of color #365C6E: hue angle of 199.29º degrees, saturation: 0.34, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #365C6E is Cyan = 0.51, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB5492110-
CMYK0.510.1600.57
HSL199.29º34.15%32.16%-
HSV(B)199.29º50.91%43.14%-
XYZ8.169.5616.17-
YUV82.69143.41107.54-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 21.09%
GREEN value IS 92 (36.33% from 255) = 35.94%
BLUE value IS 110 (43.36% from 255) = 42.97%
R=21.09%
G=35.94%
B=42.97%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal54921100.510.1600.57199.2934.1532.16
Hex365C6E3310039c72220
Octal6613415663200713074240
Binary1101101011100110111011001110000011100111000111100010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #365C6E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(54,92,110); }

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

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

 a { background-color: rgb(54,92,110); }

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

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

 span { border-color: rgb(54,92,110); }

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