#1F3459

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

Shades of Catalina Blue #1F3459

Tints of Catalina Blue #1F3459

Color information

#1F3459 (or 0x1F3459) is unknown color: approx Catalina Blue. HEX triplet: 1F, 34 and 59. RGB value is (31,52,89). Sum of RGB (Red+Green+Blue) = 31+52+89=172 (22% of max value = 765). Red value is 31 (12.5% from 255 or 18.02% from 172); Green value is 52 (20.70% from 255 or 30.23% from 172); Blue value is 89 (35.16% from 255 or 51.74% from 172); Max value from RGB is 89 - color contains mainly: blue. Hex color #1F3459 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1F3459 is #E0CBA6. Grayscale: #313131. Windows color (decimal): -14732199 or 5846047. OLE color: 5846047.

HSL color Cylindrical-coordinate representation of color #1F3459: hue angle of 218.28º degrees, saturation: 0.48, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #1F3459 is Cyan = 0.65, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB315289-
CMYK0.650.4200.65
HSL218.28º48.33%23.53%-
HSV(B)218.28º65.17%34.9%-
XYZ3.63.479.93-
YUV49.94150.04114.49-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 18.02%
GREEN value IS 52 (20.70% from 255) = 30.23%
BLUE value IS 89 (35.16% from 255) = 51.74%
R=18.02%
G=30.23%
B=51.74%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal3152890.650.4200.65218.2848.3323.53
Hex1F3459412A041da3018
Octal37641311015201013326030
Binary1111111010010110011000001101010010000011101101011000011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F3459

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(31,52,89); }

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

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

 a { background-color: rgb(31,52,89); }

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

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

 span { border-color: rgb(31,52,89); }

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