#1F3454

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

Shades of Catalina Blue #1F3454

Tints of Catalina Blue #1F3454

Color information

#1F3454 (or 0x1F3454) is unknown color: approx Catalina Blue. HEX triplet: 1F, 34 and 54. RGB value is (31,52,84). Sum of RGB (Red+Green+Blue) = 31+52+84=167 (22% of max value = 765). Red value is 31 (12.5% from 255 or 18.56% from 167); Green value is 52 (20.70% from 255 or 31.14% from 167); Blue value is 84 (33.20% from 255 or 50.30% from 167); Max value from RGB is 84 - color contains mainly: blue. Hex color #1F3454 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1F3454 is #E0CBAB. Grayscale: #313131. Windows color (decimal): -14732204 or 5518367. OLE color: 5518367.

HSL color Cylindrical-coordinate representation of color #1F3454: hue angle of 216.23º 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 #1F3454 is Cyan = 0.63, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB315284-
CMYK0.630.3800.67
HSL216.23º46.09%22.55%-
HSV(B)216.23º63.1%32.94%-
XYZ3.393.398.86-
YUV49.37147.54114.9-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 18.56%
GREEN value IS 52 (20.70% from 255) = 31.14%
BLUE value IS 84 (33.20% from 255) = 50.30%
R=18.56%
G=31.14%
B=50.30%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal3152840.630.3800.67216.2346.0922.55
Hex1F34543F26043d82e17
Octal3764124774601033305627
Binary111111101001010100111111100110010000111101100010111010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F3454

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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