#1F3661

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

Shades of Catalina Blue #1F3661

Tints of Catalina Blue #1F3661

Color information

#1F3661 (or 0x1F3661) is unknown color: approx Catalina Blue. HEX triplet: 1F, 36 and 61. RGB value is (31,54,97). Sum of RGB (Red+Green+Blue) = 31+54+97=182 (24% of max value = 765). Red value is 31 (12.5% from 255 or 17.03% from 182); Green value is 54 (21.48% from 255 or 29.67% from 182); Blue value is 97 (38.28% from 255 or 53.30% from 182); Max value from RGB is 97 - color contains mainly: blue. Hex color #1F3661 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1F3661 is #E0C99E. Grayscale: #333333. Windows color (decimal): -14731679 or 6370847. OLE color: 6370847.

HSL color Cylindrical-coordinate representation of color #1F3661: hue angle of 219.09º 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 #1F3661 is Cyan = 0.68, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB315497-
CMYK0.680.4400.62
HSL219.09º51.56%25.1%-
HSV(B)219.09º68.04%38.04%-
XYZ4.043.7911.83-
YUV52.02153.38113-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 17.03%
GREEN value IS 54 (21.48% from 255) = 29.67%
BLUE value IS 97 (38.28% from 255) = 53.30%
R=17.03%
G=29.67%
B=53.30%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal3154970.680.4400.62219.0951.5625.1
Hex1F3661442C03Edb3419
Octal3766141104540763336431
Binary111111101101100001100010010110001111101101101111010011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F3661

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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