#1F3350

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

Shades of Catalina Blue #1F3350

Tints of Catalina Blue #1F3350

Color information

#1F3350 (or 0x1F3350) is unknown color: approx Catalina Blue. HEX triplet: 1F, 33 and 50. RGB value is (31,51,80). Sum of RGB (Red+Green+Blue) = 31+51+80=162 (21% of max value = 765). Red value is 31 (12.5% from 255 or 19.14% from 162); Green value is 51 (20.31% from 255 or 31.48% from 162); Blue value is 80 (31.64% from 255 or 49.38% from 162); Max value from RGB is 80 - color contains mainly: blue. Hex color #1F3350 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1F3350 is #E0CCAF. Grayscale: #303030. Windows color (decimal): -14732464 or 5255967. OLE color: 5255967.

HSL color Cylindrical-coordinate representation of color #1F3350: hue angle of 215.51º degrees, saturation: 0.44, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #1F3350 is Cyan = 0.61, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB315180-
CMYK0.610.3600.69
HSL215.51º44.14%21.76%-
HSV(B)215.51º61.25%31.37%-
XYZ3.23.248.05-
YUV48.33145.87115.64-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 19.14%
GREEN value IS 51 (20.31% from 255) = 31.48%
BLUE value IS 80 (31.64% from 255) = 49.38%
R=19.14%
G=31.48%
B=49.38%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal3151800.610.3600.69215.5144.1421.76
Hex1F33503D24045d82c16
Octal3763120754401053305426
Binary111111100111010000111101100100010001011101100010110010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F3350

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(31,51,80); }

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

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

 a { background-color: rgb(31,51,80); }

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

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

 span { border-color: rgb(31,51,80); }

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