#365C67

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

Shades of Blumine #365C67

Tints of Blumine #365C67

Color information

#365C67 (or 0x365C67) is unknown color: approx Blumine. HEX triplet: 36, 5C and 67. RGB value is (54,92,103). Sum of RGB (Red+Green+Blue) = 54+92+103=249 (32% of max value = 765). Red value is 54 (21.48% from 255 or 21.69% from 249); Green value is 92 (36.33% from 255 or 36.95% from 249); Blue value is 103 (40.62% from 255 or 41.37% from 249); Max value from RGB is 103 - color contains mainly: blue. Hex color #365C67 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #365C67 is #C9A398. Grayscale: #515151. Windows color (decimal): -13214617 or 6773814. OLE color: 6773814.

HSL color Cylindrical-coordinate representation of color #365C67: hue angle of 193.47º 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 #365C67 is Cyan = 0.48, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB5492103-
CMYK0.480.1100.60
HSL193.47º31.21%30.78%-
HSV(B)193.47º47.57%40.39%-
XYZ7.89.4214.24-
YUV81.89139.91108.11-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 21.69%
GREEN value IS 92 (36.33% from 255) = 36.95%
BLUE value IS 103 (40.62% from 255) = 41.37%
R=21.69%
G=36.95%
B=41.37%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal54921030.480.1100.60193.4731.2130.78
Hex365C6730B03Cc11f1f
Octal6613414760130743013737
Binary1101101011100110011111000010110111100110000011111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #365C67

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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