#31455F

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

Shades of Catalina Blue #31455F

Tints of Catalina Blue #31455F

Color information

#31455F (or 0x31455F) is unknown color: approx Catalina Blue. HEX triplet: 31, 45 and 5F. RGB value is (49,69,95). Sum of RGB (Red+Green+Blue) = 49+69+95=213 (28% of max value = 765). Red value is 49 (19.53% from 255 or 23.00% from 213); Green value is 69 (27.34% from 255 or 32.39% from 213); Blue value is 95 (37.5% from 255 or 44.60% from 213); Max value from RGB is 95 - color contains mainly: blue. Hex color #31455F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #31455F is #CEBAA0. Grayscale: #414141. Windows color (decimal): -13548193 or 6243633. OLE color: 6243633.

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

Color convert

RGB496995-
CMYK0.480.2700.63
HSL213.91º31.94%28.24%-
HSV(B)213.91º48.42%37.25%-
XYZ5.465.7411.65-
YUV65.98144.37115.89-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 23.00%
GREEN value IS 69 (27.34% from 255) = 32.39%
BLUE value IS 95 (37.5% from 255) = 44.60%
R=23.00%
G=32.39%
B=44.60%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal4969950.480.2700.63213.9131.9428.24
Hex31455F301B03Fd6201c
Octal6110513760330773264034
Binary110001100010110111111100001101101111111101011010000011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #31455F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #31455F; }

 p { color: rgb(49,69,95); }

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

<style>
 a { background-color: #31455F; }

 a { background-color: rgb(49,69,95); }

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

<style>
 span { border-color: #31455F; }

 span { border-color: rgb(49,69,95); }

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