#365C6B

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

Shades of Blumine #365C6B

Tints of Blumine #365C6B

Color information

#365C6B (or 0x365C6B) is unknown color: approx Blumine. HEX triplet: 36, 5C and 6B. RGB value is (54,92,107). Sum of RGB (Red+Green+Blue) = 54+92+107=253 (33% of max value = 765). Red value is 54 (21.48% from 255 or 21.34% from 253); Green value is 92 (36.33% from 255 or 36.36% from 253); Blue value is 107 (42.19% from 255 or 42.29% from 253); Max value from RGB is 107 - color contains mainly: blue. Hex color #365C6B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #365C6B is #C9A394. Grayscale: #525252. Windows color (decimal): -13214613 or 7035958. OLE color: 7035958.

HSL color Cylindrical-coordinate representation of color #365C6B: hue angle of 196.98º degrees, saturation: 0.33, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #365C6B is Cyan = 0.50, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB5492107-
CMYK0.500.1400.58
HSL196.98º32.92%31.57%-
HSV(B)196.98º49.53%41.96%-
XYZ89.515.32-
YUV82.35141.91107.78-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 21.34%
GREEN value IS 92 (36.33% from 255) = 36.36%
BLUE value IS 107 (42.19% from 255) = 42.29%
R=21.34%
G=36.36%
B=42.29%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal54921070.500.1400.58196.9832.9231.57
Hex365C6B32E03Ac52120
Octal6613415362160723054140
Binary110110101110011010111100101110011101011000101100001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #365C6B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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