#1F3251

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

Shades of Catalina Blue #1F3251

Tints of Catalina Blue #1F3251

Color information

#1F3251 (or 0x1F3251) is unknown color: approx Catalina Blue. HEX triplet: 1F, 32 and 51. RGB value is (31,50,81). Sum of RGB (Red+Green+Blue) = 31+50+81=162 (21% of max value = 765). Red value is 31 (12.5% from 255 or 19.14% from 162); Green value is 50 (19.92% from 255 or 30.86% from 162); Blue value is 81 (32.03% from 255 or 50% from 162); Max value from RGB is 81 - color contains mainly: blue. Hex color #1F3251 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1F3251 is #E0CDAE. Grayscale: #2F2F2F. Windows color (decimal): -14732719 or 5321247. OLE color: 5321247.

HSL color Cylindrical-coordinate representation of color #1F3251: hue angle of 217.2º degrees, saturation: 0.45, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #1F3251 is Cyan = 0.62, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB315081-
CMYK0.620.3800.68
HSL217.2º44.64%21.96%-
HSV(B)217.2º61.73%31.76%-
XYZ3.193.178.23-
YUV47.85146.71115.98-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 19.14%
GREEN value IS 50 (19.92% from 255) = 30.86%
BLUE value IS 81 (32.03% from 255) = 50%
R=19.14%
G=30.86%
B=50%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal3150810.620.3800.68217.244.6421.96
Hex1F32513E26044d92d16
Octal3762121764601043315526
Binary111111100101010001111110100110010001001101100110110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F3251

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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