#31455C

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

Shades of Catalina Blue #31455C

Tints of Catalina Blue #31455C

Color information

#31455C (or 0x31455C) is unknown color: approx Catalina Blue. HEX triplet: 31, 45 and 5C. RGB value is (49,69,92). Sum of RGB (Red+Green+Blue) = 49+69+92=210 (27% of max value = 765). Red value is 49 (19.53% from 255 or 23.33% from 210); Green value is 69 (27.34% from 255 or 32.86% from 210); Blue value is 92 (36.33% from 255 or 43.81% from 210); Max value from RGB is 92 - color contains mainly: blue. Hex color #31455C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #31455C is #CEBAA3. Grayscale: #414141. Windows color (decimal): -13548196 or 6047025. OLE color: 6047025.

HSL color Cylindrical-coordinate representation of color #31455C: hue angle of 212.09º degrees, saturation: 0.3, 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 #31455C is Cyan = 0.47, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB496992-
CMYK0.470.2500.64
HSL212.09º30.5%27.65%-
HSV(B)212.09º46.74%36.08%-
XYZ5.335.6810.94-
YUV65.64142.87116.13-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 23.33%
GREEN value IS 69 (27.34% from 255) = 32.86%
BLUE value IS 92 (36.33% from 255) = 43.81%
R=23.33%
G=32.86%
B=43.81%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal4969920.470.2500.64212.0930.527.65
Hex31455C2F19040d41e1c
Octal61105134573101003243634
Binary110001100010110111001011111100101000000110101001111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #31455C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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