#1F3554

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

Shades of Catalina Blue #1F3554

Tints of Catalina Blue #1F3554

Color information

#1F3554 (or 0x1F3554) is unknown color: approx Catalina Blue. HEX triplet: 1F, 35 and 54. RGB value is (31,53,84). Sum of RGB (Red+Green+Blue) = 31+53+84=168 (22% of max value = 765). Red value is 31 (12.5% from 255 or 18.45% from 168); Green value is 53 (21.09% from 255 or 31.55% from 168); Blue value is 84 (33.20% from 255 or 50% from 168); Max value from RGB is 84 - color contains mainly: blue. Hex color #1F3554 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1F3554 is #E0CAAB. Grayscale: #313131. Windows color (decimal): -14731948 or 5518623. OLE color: 5518623.

HSL color Cylindrical-coordinate representation of color #1F3554: hue angle of 215.09º degrees, saturation: 0.46, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #1F3554 is Cyan = 0.63, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB315384-
CMYK0.630.3700.67
HSL215.09º46.09%22.55%-
HSV(B)215.09º63.1%32.94%-
XYZ3.443.488.88-
YUV49.96147.21114.48-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 18.45%
GREEN value IS 53 (21.09% from 255) = 31.55%
BLUE value IS 84 (33.20% from 255) = 50%
R=18.45%
G=31.55%
B=50%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal3153840.630.3700.67215.0946.0922.55
Hex1F35543F25043d72e17
Octal3765124774501033275627
Binary111111101011010100111111100101010000111101011110111010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F3554

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(31,53,84); }

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

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

 a { background-color: rgb(31,53,84); }

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

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

 span { border-color: rgb(31,53,84); }

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