#1F3252

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

Shades of Catalina Blue #1F3252

Tints of Catalina Blue #1F3252

Color information

#1F3252 (or 0x1F3252) is unknown color: approx Catalina Blue. HEX triplet: 1F, 32 and 52. RGB value is (31,50,82). Sum of RGB (Red+Green+Blue) = 31+50+82=163 (21% of max value = 765). Red value is 31 (12.5% from 255 or 19.02% from 163); Green value is 50 (19.92% from 255 or 30.67% from 163); Blue value is 82 (32.42% from 255 or 50.31% from 163); Max value from RGB is 82 - color contains mainly: blue. Hex color #1F3252 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1F3252 is #E0CDAD. Grayscale: #2F2F2F. Windows color (decimal): -14732718 or 5386783. OLE color: 5386783.

HSL color Cylindrical-coordinate representation of color #1F3252: hue angle of 217.65º degrees, saturation: 0.45, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #1F3252 is Cyan = 0.62, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB315082-
CMYK0.620.3900.68
HSL217.65º45.13%22.16%-
HSV(B)217.65º62.2%32.16%-
XYZ3.233.188.43-
YUV47.97147.21115.9-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 19.02%
GREEN value IS 50 (19.92% from 255) = 30.67%
BLUE value IS 82 (32.42% from 255) = 50.31%
R=19.02%
G=30.67%
B=50.31%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal3150820.620.3900.68217.6545.1322.16
Hex1F32523E27044da2d16
Octal3762122764701043325526
Binary111111100101010010111110100111010001001101101010110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F3252

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(31,50,82); }

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

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

 a { background-color: rgb(31,50,82); }

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

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

 span { border-color: rgb(31,50,82); }

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