#1F3761

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

Shades of Catalina Blue #1F3761

Tints of Catalina Blue #1F3761

Color information

#1F3761 (or 0x1F3761) is unknown color: approx Catalina Blue. HEX triplet: 1F, 37 and 61. RGB value is (31,55,97). Sum of RGB (Red+Green+Blue) = 31+55+97=183 (24% of max value = 765). Red value is 31 (12.5% from 255 or 16.94% from 183); Green value is 55 (21.88% from 255 or 30.05% from 183); Blue value is 97 (38.28% from 255 or 53.01% from 183); Max value from RGB is 97 - color contains mainly: blue. Hex color #1F3761 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1F3761 is #E0C89E. Grayscale: #343434. Windows color (decimal): -14731423 or 6371103. OLE color: 6371103.

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

Color convert

RGB315597-
CMYK0.680.4300.62
HSL218.18º51.56%25.1%-
HSV(B)218.18º68.04%38.04%-
XYZ4.093.8911.84-
YUV52.61153.05112.58-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 16.94%
GREEN value IS 55 (21.88% from 255) = 30.05%
BLUE value IS 97 (38.28% from 255) = 53.01%
R=16.94%
G=30.05%
B=53.01%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal3155970.680.4300.62218.1851.5625.1
Hex1F3761442B03Eda3419
Octal3767141104530763326431
Binary111111101111100001100010010101101111101101101011010011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F3761

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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