#364B75

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

Shades of Fun Blue #364B75

Tints of Fun Blue #364B75

Color information

#364B75 (or 0x364B75) is unknown color: approx Fun Blue. HEX triplet: 36, 4B and 75. RGB value is (54,75,117). Sum of RGB (Red+Green+Blue) = 54+75+117=246 (32% of max value = 765). Red value is 54 (21.48% from 255 or 21.95% from 246); Green value is 75 (29.69% from 255 or 30.49% from 246); Blue value is 117 (46.09% from 255 or 47.56% from 246); Max value from RGB is 117 - color contains mainly: blue. Hex color #364B75 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #364B75 is #C9B48A. Grayscale: #494949. Windows color (decimal): -13218955 or 7686966. OLE color: 7686966.

HSL color Cylindrical-coordinate representation of color #364B75: hue angle of 220º degrees, saturation: 0.37, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #364B75 is Cyan = 0.54, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB5475117-
CMYK0.540.3600.54
HSL220º36.84%33.53%-
HSV(B)220º53.85%45.88%-
XYZ7.257.117.82-
YUV73.51152.54114.08-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 21.95%
GREEN value IS 75 (29.69% from 255) = 30.49%
BLUE value IS 117 (46.09% from 255) = 47.56%
R=21.95%
G=30.49%
B=47.56%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal54751170.540.3600.5422036.8433.53
Hex364B753624036dc2522
Octal6611316566440663344542
Binary11011010010111110101110110100100011011011011100100101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #364B75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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