#364B79

Color #364B79 Fun Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Fun Blue #364B79

Tints of Fun Blue #364B79

Color information

#364B79 (or 0x364B79) is unknown color: approx Fun Blue. HEX triplet: 36, 4B and 79. RGB value is (54,75,121). Sum of RGB (Red+Green+Blue) = 54+75+121=250 (33% of max value = 765). Red value is 54 (21.48% from 255 or 21.6% from 250); Green value is 75 (29.69% from 255 or 30% from 250); Blue value is 121 (47.66% from 255 or 48.4% from 250); Max value from RGB is 121 - color contains mainly: blue. Hex color #364B79 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #364B79 is #C9B486. Grayscale: #494949. Windows color (decimal): -13218951 or 7949110. OLE color: 7949110.

HSL color Cylindrical-coordinate representation of color #364B79: hue angle of 221.19º 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 #364B79 is Cyan = 0.55, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB5475121-
CMYK0.550.3800.53
HSL221.19º38.29%34.31%-
HSV(B)221.19º55.37%47.45%-
XYZ7.497.219.08-
YUV73.96154.54113.76-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 21.6%
GREEN value IS 75 (29.69% from 255) = 30%
BLUE value IS 121 (47.66% from 255) = 48.4%
R=21.6%
G=30%
B=48.4%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal54751210.550.3800.53221.1938.2934.31
Hex364B793726035dd2622
Octal6611317167460653354642
Binary11011010010111111001110111100110011010111011101100110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #364B79

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #364B79; }

 p { color: rgb(54,75,121); }

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

<style>
 a { background-color: #364B79; }

 a { background-color: rgb(54,75,121); }

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

<style>
 span { border-color: #364B79; }

 span { border-color: rgb(54,75,121); }

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