#1F376A

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

Shades of Catalina Blue #1F376A

Tints of Catalina Blue #1F376A

Color information

#1F376A (or 0x1F376A) is unknown color: approx Catalina Blue. HEX triplet: 1F, 37 and 6A. RGB value is (31,55,106). Sum of RGB (Red+Green+Blue) = 31+55+106=192 (25% of max value = 765). Red value is 31 (12.5% from 255 or 16.15% from 192); Green value is 55 (21.88% from 255 or 28.65% from 192); Blue value is 106 (41.80% from 255 or 55.21% from 192); Max value from RGB is 106 - color contains mainly: blue. Hex color #1F376A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1F376A is #E0C895. Grayscale: #353535. Windows color (decimal): -14731414 or 6960927. OLE color: 6960927.

HSL color Cylindrical-coordinate representation of color #1F376A: hue angle of 220.8º degrees, saturation: 0.55, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #1F376A is Cyan = 0.71, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB3155106-
CMYK0.710.4800.58
HSL220.8º54.74%26.86%-
HSV(B)220.8º70.75%41.57%-
XYZ4.534.0614.18-
YUV53.64157.55111.85-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 16.15%
GREEN value IS 55 (21.88% from 255) = 28.65%
BLUE value IS 106 (41.80% from 255) = 55.21%
R=16.15%
G=28.65%
B=55.21%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal31551060.710.4800.58220.854.7426.86
Hex1F376A473003Add371b
Octal3767152107600723356733
Binary111111101111101010100011111000001110101101110111011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F376A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(31,55,106); }

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

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

 a { background-color: rgb(31,55,106); }

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

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

 span { border-color: rgb(31,55,106); }

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