#1F376C

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

Shades of Catalina Blue #1F376C

Tints of Catalina Blue #1F376C

Color information

#1F376C (or 0x1F376C) is unknown color: approx Catalina Blue. HEX triplet: 1F, 37 and 6C. RGB value is (31,55,108). Sum of RGB (Red+Green+Blue) = 31+55+108=194 (25% of max value = 765). Red value is 31 (12.5% from 255 or 15.98% from 194); Green value is 55 (21.88% from 255 or 28.35% from 194); Blue value is 108 (42.58% from 255 or 55.67% from 194); Max value from RGB is 108 - color contains mainly: blue. Hex color #1F376C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1F376C is #E0C893. Grayscale: #353535. Windows color (decimal): -14731412 or 7091999. OLE color: 7091999.

HSL color Cylindrical-coordinate representation of color #1F376C: hue angle of 221.3º 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 #1F376C is Cyan = 0.71, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB3155108-
CMYK0.710.4900.58
HSL221.3º55.4%27.25%-
HSV(B)221.3º71.3%42.35%-
XYZ4.644.1114.74-
YUV53.87158.55111.69-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 15.98%
GREEN value IS 55 (21.88% from 255) = 28.35%
BLUE value IS 108 (42.58% from 255) = 55.67%
R=15.98%
G=28.35%
B=55.67%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal31551080.710.4900.58221.355.427.25
Hex1F376C473103Add371b
Octal3767154107610723356733
Binary111111101111101100100011111000101110101101110111011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F376C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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