#1F3256

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

Shades of Catalina Blue #1F3256

Tints of Catalina Blue #1F3256

Color information

#1F3256 (or 0x1F3256) is unknown color: approx Catalina Blue. HEX triplet: 1F, 32 and 56. RGB value is (31,50,86). Sum of RGB (Red+Green+Blue) = 31+50+86=167 (22% of max value = 765). Red value is 31 (12.5% from 255 or 18.56% from 167); Green value is 50 (19.92% from 255 or 29.94% from 167); Blue value is 86 (33.98% from 255 or 51.50% from 167); Max value from RGB is 86 - color contains mainly: blue. Hex color #1F3256 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1F3256 is #E0CDA9. Grayscale: #303030. Windows color (decimal): -14732714 or 5648927. OLE color: 5648927.

HSL color Cylindrical-coordinate representation of color #1F3256: hue angle of 219.27º degrees, saturation: 0.47, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #1F3256 is Cyan = 0.64, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB315086-
CMYK0.640.4200.66
HSL219.27º47.01%22.94%-
HSV(B)219.27º63.95%33.73%-
XYZ3.393.249.25-
YUV48.42149.21115.57-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 18.56%
GREEN value IS 50 (19.92% from 255) = 29.94%
BLUE value IS 86 (33.98% from 255) = 51.50%
R=18.56%
G=29.94%
B=51.50%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal3150860.640.4200.66219.2747.0122.94
Hex1F3256402A042db2f17
Octal37621261005201023335727
Binary1111111001010101101000000101010010000101101101110111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F3256

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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