#364F7B

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

Shades of Fun Blue #364F7B

Tints of Fun Blue #364F7B

Color information

#364F7B (or 0x364F7B) is unknown color: approx Fun Blue. HEX triplet: 36, 4F and 7B. RGB value is (54,79,123). Sum of RGB (Red+Green+Blue) = 54+79+123=256 (33% of max value = 765). Red value is 54 (21.48% from 255 or 21.09% from 256); Green value is 79 (31.25% from 255 or 30.86% from 256); Blue value is 123 (48.44% from 255 or 48.05% from 256); Max value from RGB is 123 - color contains mainly: blue. Hex color #364F7B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #364F7B is #C9B084. Grayscale: #4C4C4C. Windows color (decimal): -13217925 or 8081206. OLE color: 8081206.

HSL color Cylindrical-coordinate representation of color #364F7B: hue angle of 218.26º degrees, saturation: 0.39, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #364F7B is Cyan = 0.56, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB5479123-
CMYK0.560.3600.52
HSL218.26º38.98%34.71%-
HSV(B)218.26º56.1%48.24%-
XYZ7.897.8119.83-
YUV76.54154.22111.92-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 21.09%
GREEN value IS 79 (31.25% from 255) = 30.86%
BLUE value IS 123 (48.44% from 255) = 48.05%
R=21.09%
G=30.86%
B=48.05%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal54791230.560.3600.52218.2638.9834.71
Hex364F7B3824034da2723
Octal6611717370440643324743
Binary11011010011111111011111000100100011010011011010100111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #364F7B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(54,79,123); }

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

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

 a { background-color: rgb(54,79,123); }

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

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

 span { border-color: rgb(54,79,123); }

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