#1F3762

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

Shades of Catalina Blue #1F3762

Tints of Catalina Blue #1F3762

Color information

#1F3762 (or 0x1F3762) is unknown color: approx Catalina Blue. HEX triplet: 1F, 37 and 62. RGB value is (31,55,98). Sum of RGB (Red+Green+Blue) = 31+55+98=184 (24% of max value = 765). Red value is 31 (12.5% from 255 or 16.85% from 184); Green value is 55 (21.88% from 255 or 29.89% from 184); Blue value is 98 (38.67% from 255 or 53.26% from 184); Max value from RGB is 98 - color contains mainly: blue. Hex color #1F3762 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1F3762 is #E0C89D. Grayscale: #343434. Windows color (decimal): -14731422 or 6436639. OLE color: 6436639.

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

Color convert

RGB315598-
CMYK0.680.4400.62
HSL218.51º51.94%25.29%-
HSV(B)218.51º68.37%38.43%-
XYZ4.143.9112.09-
YUV52.73153.55112.5-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 16.85%
GREEN value IS 55 (21.88% from 255) = 29.89%
BLUE value IS 98 (38.67% from 255) = 53.26%
R=16.85%
G=29.89%
B=53.26%

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
Decimal3155980.680.4400.62218.5151.9425.29
Hex1F3762442C03Edb3419
Octal3767142104540763336431
Binary111111101111100010100010010110001111101101101111010011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F3762

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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