#32455E

Color #32455E Catalina Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Catalina Blue #32455E

Tints of Catalina Blue #32455E

Color information

#32455E (or 0x32455E) is unknown color: approx Catalina Blue. HEX triplet: 32, 45 and 5E. RGB value is (50,69,94). Sum of RGB (Red+Green+Blue) = 50+69+94=213 (28% of max value = 765). Red value is 50 (19.92% from 255 or 23.47% from 213); Green value is 69 (27.34% from 255 or 32.39% from 213); Blue value is 94 (37.11% from 255 or 44.13% from 213); Max value from RGB is 94 - color contains mainly: blue. Hex color #32455E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #32455E is #CDBAA1. Grayscale: #424242. Windows color (decimal): -13482658 or 6178098. OLE color: 6178098.

HSL color Cylindrical-coordinate representation of color #32455E: hue angle of 214.09º degrees, saturation: 0.31, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #32455E is Cyan = 0.47, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB506994-
CMYK0.470.2700.63
HSL214.09º30.56%28.24%-
HSV(B)214.09º46.81%36.86%-
XYZ5.465.7411.41-
YUV66.17143.71116.47-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 23.47%
GREEN value IS 69 (27.34% from 255) = 32.39%
BLUE value IS 94 (37.11% from 255) = 44.13%
R=23.47%
G=32.39%
B=44.13%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal5069940.470.2700.63214.0930.5628.24
Hex32455E2F1B03Fd61f1c
Octal6210513657330773263734
Binary11001010001011011110101111110110111111110101101111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #32455E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #32455E; }

 p { color: rgb(50,69,94); }

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

<style>
 a { background-color: #32455E; }

 a { background-color: rgb(50,69,94); }

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

<style>
 span { border-color: #32455E; }

 span { border-color: rgb(50,69,94); }

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