#1f3f71

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

Shades of Catalina Blue #1F3F71

Tints of Catalina Blue #1F3F71

Color information

#1F3F71 (or 0x1F3F71) is unknown color: approx Catalina Blue. HEX triplet: 1F, 3F and 71. RGB value is (31,63,113). Sum of RGB (Red+Green+Blue) = 31+63+113=207 (27% of max value = 765). Red value is 31 (12.5% from 255 or 14.98% from 207); Green value is 63 (25% from 255 or 30.43% from 207); Blue value is 113 (44.53% from 255 or 54.59% from 207); Max value from RGB is 113 - color contains mainly: blue. Hex color #1F3F71 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1F3F71 is #E0C08E. Grayscale: #3A3A3A. Windows color (decimal): -14729359 or 7421727. OLE color: 7421727.

HSL color Cylindrical-coordinate representation of color #1F3F71: hue angle of 216.59º degrees, saturation: 0.57, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #1F3F71 is Cyan = 0.73, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB3163113-
CMYK0.730.4400.56
HSL216.59º56.94%28.24%-
HSV(B)216.59º72.57%44.31%-
XYZ5.325.0416.31-
YUV59.13158.4107.93-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 14.98%
GREEN value IS 63 (25% from 255) = 30.43%
BLUE value IS 113 (44.53% from 255) = 54.59%
R=14.98%
G=30.43%
B=54.59%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal31631130.730.4400.56216.5956.9428.24
Hex1F3F71492C038d9391c
Octal3777161111540703317134
Binary111111111111110001100100110110001110001101100111100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1f3f71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(31,63,113); }

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

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

 a { background-color: rgb(31,63,113); }

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

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

 span { border-color: rgb(31,63,113); }

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