#364A7B

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

Shades of Fun Blue #364A7B

Tints of Fun Blue #364A7B

Color information

#364A7B (or 0x364A7B) is unknown color: approx Fun Blue. HEX triplet: 36, 4A and 7B. RGB value is (54,74,123). Sum of RGB (Red+Green+Blue) = 54+74+123=251 (33% of max value = 765). Red value is 54 (21.48% from 255 or 21.51% from 251); Green value is 74 (29.30% from 255 or 29.48% from 251); Blue value is 123 (48.44% from 255 or 49.00% from 251); Max value from RGB is 123 - color contains mainly: blue. Hex color #364A7B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #364A7B is #C9B584. Grayscale: #494949. Windows color (decimal): -13219205 or 8079926. OLE color: 8079926.

HSL color Cylindrical-coordinate representation of color #364A7B: hue angle of 222.61º 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 #364A7B is Cyan = 0.56, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB5474123-
CMYK0.560.4000.52
HSL222.61º38.98%34.71%-
HSV(B)222.61º56.1%48.24%-
XYZ7.557.1119.71-
YUV73.61155.87114.02-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 21.51%
GREEN value IS 74 (29.30% from 255) = 29.48%
BLUE value IS 123 (48.44% from 255) = 49.00%
R=21.51%
G=29.48%
B=49.00%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal54741230.560.4000.52222.6138.9834.71
Hex364A7B3828034df2723
Octal6611217370500643374743
Binary11011010010101111011111000101000011010011011111100111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #364A7B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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