#1F325E

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

Shades of Catalina Blue #1F325E

Tints of Catalina Blue #1F325E

Color information

#1F325E (or 0x1F325E) is unknown color: approx Catalina Blue. HEX triplet: 1F, 32 and 5E. RGB value is (31,50,94). Sum of RGB (Red+Green+Blue) = 31+50+94=175 (23% of max value = 765). Red value is 31 (12.5% from 255 or 17.71% from 175); Green value is 50 (19.92% from 255 or 28.57% from 175); Blue value is 94 (37.11% from 255 or 53.71% from 175); Max value from RGB is 94 - color contains mainly: blue. Hex color #1F325E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1F325E is #E0CDA1. Grayscale: #313131. Windows color (decimal): -14732706 or 6173215. OLE color: 6173215.

HSL color Cylindrical-coordinate representation of color #1F325E: hue angle of 221.9º degrees, saturation: 0.5, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #1F325E is Cyan = 0.67, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB315094-
CMYK0.670.4700.63
HSL221.9º50.4%24.51%-
HSV(B)221.9º67.02%36.86%-
XYZ3.733.3811.05-
YUV49.34153.21114.92-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 17.71%
GREEN value IS 50 (19.92% from 255) = 28.57%
BLUE value IS 94 (37.11% from 255) = 53.71%
R=17.71%
G=28.57%
B=53.71%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal3150940.670.4700.63221.950.424.51
Hex1F325E432F03Fde3219
Octal3762136103570773366231
Binary111111100101011110100001110111101111111101111011001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F325E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1F325E; }

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

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

<style>
 a { background-color: #1F325E; }

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

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

<style>
 span { border-color: #1F325E; }

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

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