#364B7F

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

Shades of Fun Blue #364B7F

Tints of Fun Blue #364B7F

Color information

#364B7F (or 0x364B7F) is unknown color: approx Fun Blue. HEX triplet: 36, 4B and 7F. RGB value is (54,75,127). Sum of RGB (Red+Green+Blue) = 54+75+127=256 (33% of max value = 765). Red value is 54 (21.48% from 255 or 21.09% from 256); Green value is 75 (29.69% from 255 or 29.30% from 256); Blue value is 127 (50% from 255 or 49.61% from 256); Max value from RGB is 127 - color contains mainly: blue. Hex color #364B7F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #364B7F is #C9B480. Grayscale: #4A4A4A. Windows color (decimal): -13218945 or 8342326. OLE color: 8342326.

HSL color Cylindrical-coordinate representation of color #364B7F: hue angle of 222.74º degrees, saturation: 0.4, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #364B7F is Cyan = 0.57, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB5475127-
CMYK0.570.4100.50
HSL222.74º40.33%35.49%-
HSV(B)222.74º57.48%49.8%-
XYZ7.877.3521.08-
YUV74.65157.54113.27-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 21.09%
GREEN value IS 75 (29.69% from 255) = 29.30%
BLUE value IS 127 (50% from 255) = 49.61%
R=21.09%
G=29.30%
B=49.61%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal54751270.570.4100.50222.7440.3335.49
Hex364B7F3929032df2823
Octal6611317771510623375043
Binary11011010010111111111111001101001011001011011111101000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #364B7F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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