#31455D

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

Shades of Catalina Blue #31455D

Tints of Catalina Blue #31455D

Color information

#31455D (or 0x31455D) is unknown color: approx Catalina Blue. HEX triplet: 31, 45 and 5D. RGB value is (49,69,93). Sum of RGB (Red+Green+Blue) = 49+69+93=211 (27% of max value = 765). Red value is 49 (19.53% from 255 or 23.22% from 211); Green value is 69 (27.34% from 255 or 32.70% from 211); Blue value is 93 (36.72% from 255 or 44.08% from 211); Max value from RGB is 93 - color contains mainly: blue. Hex color #31455D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #31455D is #CEBAA2. Grayscale: #414141. Windows color (decimal): -13548195 or 6112561. OLE color: 6112561.

HSL color Cylindrical-coordinate representation of color #31455D: hue angle of 212.73º degrees, saturation: 0.31, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #31455D is Cyan = 0.47, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB496993-
CMYK0.470.2600.64
HSL212.73º30.99%27.84%-
HSV(B)212.73º47.31%36.47%-
XYZ5.375.711.17-
YUV65.76143.37116.05-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 23.22%
GREEN value IS 69 (27.34% from 255) = 32.70%
BLUE value IS 93 (36.72% from 255) = 44.08%
R=23.22%
G=32.70%
B=44.08%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal4969930.470.2600.64212.7330.9927.84
Hex31455D2F1A040d51f1c
Octal61105135573201003253734
Binary110001100010110111011011111101001000000110101011111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #31455D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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