#1F3461

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

Shades of Catalina Blue #1F3461

Tints of Catalina Blue #1F3461

Color information

#1F3461 (or 0x1F3461) is unknown color: approx Catalina Blue. HEX triplet: 1F, 34 and 61. RGB value is (31,52,97). Sum of RGB (Red+Green+Blue) = 31+52+97=180 (23% of max value = 765). Red value is 31 (12.5% from 255 or 17.22% from 180); Green value is 52 (20.70% from 255 or 28.89% from 180); Blue value is 97 (38.28% from 255 or 53.89% from 180); Max value from RGB is 97 - color contains mainly: blue. Hex color #1F3461 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1F3461 is #E0CB9E. Grayscale: #323232. Windows color (decimal): -14732191 or 6370335. OLE color: 6370335.

HSL color Cylindrical-coordinate representation of color #1F3461: hue angle of 220.91º degrees, saturation: 0.52, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #1F3461 is Cyan = 0.68, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB315297-
CMYK0.680.4600.62
HSL220.91º51.56%25.1%-
HSV(B)220.91º68.04%38.04%-
XYZ3.953.6111.8-
YUV50.85154.04113.84-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 17.22%
GREEN value IS 52 (20.70% from 255) = 28.89%
BLUE value IS 97 (38.28% from 255) = 53.89%
R=17.22%
G=28.89%
B=53.89%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal3152970.680.4600.62220.9151.5625.1
Hex1F3461442E03Edd3419
Octal3764141104560763356431
Binary111111101001100001100010010111001111101101110111010011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F3461

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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