#1F355E

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

Shades of Catalina Blue #1F355E

Tints of Catalina Blue #1F355E

Color information

#1F355E (or 0x1F355E) is unknown color: approx Catalina Blue. HEX triplet: 1F, 35 and 5E. RGB value is (31,53,94). Sum of RGB (Red+Green+Blue) = 31+53+94=178 (23% of max value = 765). Red value is 31 (12.5% from 255 or 17.42% from 178); Green value is 53 (21.09% from 255 or 29.78% from 178); Blue value is 94 (37.11% from 255 or 52.81% from 178); Max value from RGB is 94 - color contains mainly: blue. Hex color #1F355E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1F355E is #E0CAA1. Grayscale: #323232. Windows color (decimal): -14731938 or 6173983. OLE color: 6173983.

HSL color Cylindrical-coordinate representation of color #1F355E: hue angle of 219.05º degrees, saturation: 0.5, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #1F355E is Cyan = 0.67, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB315394-
CMYK0.670.4400.63
HSL219.05º50.4%24.51%-
HSV(B)219.05º67.02%36.86%-
XYZ3.863.6511.09-
YUV51.1152.21113.67-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 17.42%
GREEN value IS 53 (21.09% from 255) = 29.78%
BLUE value IS 94 (37.11% from 255) = 52.81%
R=17.42%
G=29.78%
B=52.81%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal3153940.670.4400.63219.0550.424.51
Hex1F355E432C03Fdb3219
Octal3765136103540773336231
Binary111111101011011110100001110110001111111101101111001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F355E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(31,53,94); }

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

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

 a { background-color: rgb(31,53,94); }

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

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

 span { border-color: rgb(31,53,94); }

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