#1F386C

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

Shades of Catalina Blue #1F386C

Tints of Catalina Blue #1F386C

Color information

#1F386C (or 0x1F386C) is unknown color: approx Catalina Blue. HEX triplet: 1F, 38 and 6C. RGB value is (31,56,108). Sum of RGB (Red+Green+Blue) = 31+56+108=195 (25% of max value = 765). Red value is 31 (12.5% from 255 or 15.90% from 195); Green value is 56 (22.27% from 255 or 28.72% from 195); Blue value is 108 (42.58% from 255 or 55.38% from 195); Max value from RGB is 108 - color contains mainly: blue. Hex color #1F386C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1F386C is #E0C793. Grayscale: #363636. Windows color (decimal): -14731156 or 7092255. OLE color: 7092255.

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

Color convert

RGB3156108-
CMYK0.710.4800.58
HSL220.52º55.4%27.25%-
HSV(B)220.52º71.3%42.35%-
XYZ4.694.214.75-
YUV54.45158.22111.27-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 15.90%
GREEN value IS 56 (22.27% from 255) = 28.72%
BLUE value IS 108 (42.58% from 255) = 55.38%
R=15.90%
G=28.72%
B=55.38%

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
Decimal31561080.710.4800.58220.5255.427.25
Hex1F386C473003Add371b
Octal3770154107600723356733
Binary111111110001101100100011111000001110101101110111011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F386C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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